Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default setting where cursor is

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default setting where cursor is



--
---
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default setting where cursor is

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My cursor always in selection mode,wat about other cursor option Deepu[_2_] Excel Discussion (Misc queries) 1 March 2nd 10 01:05 AM
move cursor on one sheet moves cursor on all sheets tdworden Excel Discussion (Misc queries) 2 July 22nd 07 10:50 PM
why am I getting a 3 d cross cursor instead of a pointer cursor? 3 d cross cursor - turn it off Excel Discussion (Misc queries) 1 April 12th 06 12:38 AM
Can I change the "white cross" cursor in Excel to another cursor? KFEagle Excel Discussion (Misc queries) 1 May 3rd 05 08:01 PM
Sending email via macro- setting the importance setting. Julian Milano[_2_] Excel Programming 1 January 20th 04 10:15 PM


All times are GMT +1. The time now is 12:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"