Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
any ideas how i can do this? I have the following macro to highlight a
series of cells, but for it to work correctly, the first step needs to be to select the first cell in the current row. thanks ActiveCell.Offset(0, 0).Range("A1:M1").Select Selection.Interior.ColorIndex = 15 ActiveCell.Offset(1, 0).Range("A1").Select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OFFSET COLUMN() ROW() - what does this mean? | Excel Worksheet Functions | |||
column offset problem | Excel Programming | |||
Offset from a variable column to a fixed column | Excel Programming | |||
???? =offset(ADDRESS(ROW(),COLUMN()),1,1,1,1) | Excel Worksheet Functions | |||
offset every nth column | Excel Worksheet Functions |