Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default Load Sheet2 on Startup??

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Load Sheet2 on Startup??

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 61
Default Load Sheet2 on Startup??

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy data from sheet2 to sheet1 when sheet2 has variable # of rows Anne Excel Discussion (Misc queries) 6 February 27th 09 09:48 PM
macro to print sheet2 without open sheet2 ramzi Excel Discussion (Misc queries) 1 January 28th 09 12:07 PM
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ Dany Excel Discussion (Misc queries) 5 April 16th 07 03:27 AM
Toolbar should not load at startup sharkfoot Excel Discussion (Misc queries) 5 March 23rd 06 11:47 PM
Unable to load files from alternate startup folder Bill.Carlson Excel Discussion (Misc queries) 3 November 24th 05 03:36 PM


All times are GMT +1. The time now is 01:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"