Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim c as Range
Assuming c is a single cell range, and I want to write a value into the adjacent column, is there any advantage/disadvantage to using c.offset(0,1) vs c(1,2) ?? c(1,2) is more compact. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Addressing in VBA | Excel Discussion (Misc queries) | |||
VBA and range addressing | Excel Discussion (Misc queries) | |||
Cell Addressing | New Users to Excel | |||
Relative Addressing | Excel Discussion (Misc queries) | |||
Addressing a group of Named Ranges | Excel Programming |