Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() it is easy: 1. The highlighted column depends on the selected row number 2. So you want to highlight every second column you have to multiply the row number by 2 3. You start selection in row 2 and need column 3. So you have to substract 1 column number = target.row *2 - 1 Regards Claus B. Hi Claus, Yes, brilliant in the simplicity, I was knocking around with the OFFSET function and not getting much done. Howard Vista Ultimate / Windows7 Office 2007 Ultimate / 2010 Professional |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting with VLookup and Offset functions | Excel Worksheet Functions | |||
ActiveCell.Offset(i, 0) = Chr(ActiveCell.Row + 62) returns all A's | Excel Programming | |||
Offset in Conditional Formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting offset reference | Excel Worksheet Functions | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) |