Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can anyone tell me the macro language to instruct the cursor to move over x
number of cells? -- RCB |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
activecell.offset(0,x).select the offset number are offset(row,column) row - negative numbers = left positive numbers = right column = negative numbers = up positive numbers = down regards FSt1 "RCB" wrote: Can anyone tell me the macro language to instruct the cursor to move over x number of cells? -- RCB |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you!
-- RCB "FSt1" wrote: hi activecell.offset(0,x).select the offset number are offset(row,column) row - negative numbers = left positive numbers = right column = negative numbers = up positive numbers = down regards FSt1 "RCB" wrote: Can anyone tell me the macro language to instruct the cursor to move over x number of cells? -- RCB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
passing arguments from an excel macro to a word macro | Excel Discussion (Misc queries) | |||
Macro - Open Word with Excel macro | Excel Discussion (Misc queries) |