![]() |
to Anne and others who do not put info in the message section
the system will not let me reply to some messages, especially those wtih
nothing in the message section. Please repost with something I can respond to. |
to Anne and others who do not put info in the message section
My question is how can I get the home tab to always go back to the same cell
in the worksheet? "bj" wrote: the system will not let me reply to some messages, especially those wtih nothing in the message section. Please repost with something I can respond to. |
to Anne and others who do not put info in the message section
You can use something like the OnKey method in VBA:
Sub ChangeHome() Application.OnKey "{Home}", "SelectIt" End Sub Sub SelectIt() Range("A25").Select End Sub You can put the ChangeHome Macro in a WorkBook_Open() procedure will run on opening the workbook. To change it back use: Sub EndIt() Application.OnKey "{Home}" End Sub in a Workbook_BeforeClose macro -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Anne" wrote in message ... My question is how can I get the home tab to always go back to the same cell in the worksheet? "bj" wrote: the system will not let me reply to some messages, especially those wtih nothing in the message section. Please repost with something I can respond to. |
to Anne and others who do not put info in the message section
Where do you want it to go?
Have you tried <Ctrl <Home? -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Anne" wrote in message ... My question is how can I get the home tab to always go back to the same cell in the worksheet? "bj" wrote: the system will not let me reply to some messages, especially those wtih nothing in the message section. Please repost with something I can respond to. |
All times are GMT +1. The time now is 04:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com