+ Reply to Thread
Results 1 to 1 of 1

Expanding on Active Row

Hybrid View

  1. #1
    Registered User
    Join Date
    10-22-2012
    Location
    Halifax,NS
    MS-Off Ver
    Excel 2010
    Posts
    7

    Expanding on Active Row

    I found this code online to highlight my active row and it works as anticipated.

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
        
        With ThisWorkbook.Names("ActiveRow")
          .Name = "ActiveRow"
          .RefersToR1C1 = "=" & ActiveCell.Row
        End With
        
    End Sub
    I now want to highlight an additional range of cells based on specific cell content in my active row. Any suggestions?

    I know nothing about VBA.

    Thank You.
    Last edited by davesexcel; 10-22-2012 at 07:07 PM. Reason: Code tags required when showing VBA code, please read the forum rules

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1