ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Startup (https://www.excelbanter.com/excel-programming/303336-startup.html)

scottwilsonx[_4_]

Startup
 
Hi everyone,

Does anyone know how to write a vba code that will ensure that
spreadsheet always open on a particular page - in this case a menu pag
?

Thanks in advance.

Scott

--
Message posted from http://www.ExcelForum.com


GregJG[_17_]

Startup
 
if what your looking for is that you when a workbook is opened , i
always opens on the same sheet and a certain cell. this is the code.


Private Sub Workbook_Open()

Sheets("Name").Select
Range("A1").Select

End Su

--
Message posted from http://www.ExcelForum.com


JulieD

Startup
 
Hi Scott

this code pasted in the "this workbook" sheet will cause the workbook to
display the index sheet (or replace index with the sheet name that you want
displayed)

Sub workbook_open()
Sheets("Index").Activate
End Sub

Cheers
JulieD

"scottwilsonx " wrote in
message ...
Hi everyone,

Does anyone know how to write a vba code that will ensure that a
spreadsheet always open on a particular page - in this case a menu page
?

Thanks in advance.

Scott.


---
Message posted from http://www.ExcelForum.com/




scottwilsonx[_5_]

Startup
 
Hi all, thanks for the feedback. Everything now working perfectly

--
Message posted from http://www.ExcelForum.com


scottwilsonx[_6_]

Startup
 
Thanks all, everything now working perfectly!

Scott

--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 03:34 AM.

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