Here are two range variables that contain the cells in columns A and H based on the active cell
![]()
Dim CellA As Range Set CellA = Range(Cells(ActiveCell.Row, 1).Address) Dim CellH As Range Set CellH = Range(Cells(ActiveCell.Row, 8).Address)
Here are two range variables that contain the cells in columns A and H based on the active cell
![]()
Dim CellA As Range Set CellA = Range(Cells(ActiveCell.Row, 1).Address) Dim CellH As Range Set CellH = Range(Cells(ActiveCell.Row, 8).Address)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks