Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Everyone,
I know I saw this somewhere, but for the life of me, I can't seem to find it. I think somebody had a reference webpage to this. How do you set it up, so that Sheet4 is displayed or initialized when I start my excel program: airplane.xls???? Thanks.. mv |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
on airplane.xls, hit alt+F11, then go down to the ThisWorkbook page an
paste this: Private Sub Workbook_Open() Sheet4.Select End Su -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Auto_Open()
Worksheets("Name").Activate End sub "Michael Vaughan" wrote in message ... Hello Everyone, I know I saw this somewhere, but for the life of me, I can't seem to find it. I think somebody had a reference webpage to this. How do you set it up, so that Sheet4 is displayed or initialized when I start my excel program: airplane.xls???? Thanks.. mv |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy data from sheet2 to sheet1 when sheet2 has variable # of rows | Excel Discussion (Misc queries) | |||
macro to print sheet2 without open sheet2 | Excel Discussion (Misc queries) | |||
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ | Excel Discussion (Misc queries) | |||
Toolbar should not load at startup | Excel Discussion (Misc queries) | |||
Unable to load files from alternate startup folder | Excel Discussion (Misc queries) |