ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to set up a worksheet to open where the next text should go? (https://www.excelbanter.com/excel-discussion-misc-queries/236698-how-set-up-worksheet-open-where-next-text-should-go.html)

whazzuptoo

How to set up a worksheet to open where the next text should go?
 
How can I get the worksheet used by many in our office open to the cell that
should be used next?

Bob Umlas[_3_]

How to set up a worksheet to open where the next text should go?
 
Right-click the sheet tab, select View Code, enter this:
Private Sub Worksheet_Activate()
Cells(Cells.Rows.Count, 1).End(xlUp).Offset(1).Select
End Sub


"whazzuptoo" wrote in message
...
How can I get the worksheet used by many in our office open to the cell
that
should be used next?





All times are GMT +1. The time now is 10:22 PM.

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