Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello: what code would I need to add in my macro that records where the
cursor is (eg-cell A14) when the macro button is pushed and then return to that spot (A14 in this example) at the end of the macro. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -- --- Regards, Norman "Native" wrote in message oups.com... hello: what code would I need to add in my macro that records where the cursor is (eg-cell A14) when the macro button is pushed and then return to that spot (A14 in this example) at the end of the macro. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Native
Dim Rng as Range Set Rng = ActiveCell 'Your code Application.GoTo Rng --- Regards, Norman "Native" wrote in message oups.com... hello: what code would I need to add in my macro that records where the cursor is (eg-cell A14) when the macro button is pushed and then return to that spot (A14 in this example) at the end of the macro. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My cursor always in selection mode,wat about other cursor option | Excel Discussion (Misc queries) | |||
move cursor on one sheet moves cursor on all sheets | Excel Discussion (Misc queries) | |||
why am I getting a 3 d cross cursor instead of a pointer cursor? | Excel Discussion (Misc queries) | |||
Can I change the "white cross" cursor in Excel to another cursor? | Excel Discussion (Misc queries) | |||
Sending email via macro- setting the importance setting. | Excel Programming |