ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to open a workbook on a specific worksheet. (https://www.excelbanter.com/excel-worksheet-functions/111523-how-open-workbook-specific-worksheet.html)

kevincanuk

How to open a workbook on a specific worksheet.
 
Can anyone show me how to have a multiple page workbook always open to the
same worksheet. (Splash Page)


Thanks Kevin

Dave Peterson

How to open a workbook on a specific worksheet.
 
Option Explicit
Sub auto_Open()
worksheets("splashSheet").select
end sub

Change the worksheet name to what you want.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

kevincanuk wrote:

Can anyone show me how to have a multiple page workbook always open to the
same worksheet. (Splash Page)

Thanks Kevin


--

Dave Peterson

kevincanuk

How to open a workbook on a specific worksheet.
 
Thanks very much Dave ...Works Great!!

"Dave Peterson" wrote:

Option Explicit
Sub auto_Open()
worksheets("splashSheet").select
end sub

Change the worksheet name to what you want.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

kevincanuk wrote:

Can anyone show me how to have a multiple page workbook always open to the
same worksheet. (Splash Page)

Thanks Kevin


--

Dave Peterson



All times are GMT +1. The time now is 01:18 AM.

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