ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Have cursor go to specific place when worksheet opens? (https://www.excelbanter.com/excel-discussion-misc-queries/194135-have-cursor-go-specific-place-when-worksheet-opens.html)

[email protected]

Have cursor go to specific place when worksheet opens?
 
Is there any way to make the cursor go to a specific cell every time
the user accesses that worksheet from a sheet tab?

FSt1

Have cursor go to specific place when worksheet opens?
 
hi
this is worksheet code. right click the tab then click view code.
in the left drop down above the code window, click and select worksheet.
the worksheet change event should default into the code window. delete it.
paste this.
Private Sub Worksheet_Activate()
Range("A1").Select 'Adjust to suit
End Sub

regards
FSt1



" wrote:

Is there any way to make the cursor go to a specific cell every time
the user accesses that worksheet from a sheet tab?



All times are GMT +1. The time now is 02:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com