LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Opening Workbook to a specific sheet

Put this tiny macro in the ThisWorkbook code area:

Private Sub Workbook_Open()
Sheets("qwerty").Activate
End Sub


to always open to sheet qwerty.
--
Gary''s Student - gsnu200714


"Carlee" wrote:

Hi there,
Can anyone tell me how I can open a workbook and display a specific sheet?
--
Carlee

 
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
Code for opening a workbook at a specific time!?! mike_vr Excel Discussion (Misc queries) 2 June 5th 07 04:55 PM
Opening a workbook to a chosen sheet? renderingsanity Excel Discussion (Misc queries) 1 March 29th 06 02:17 PM
Opening A Specific Excel Sheet [email protected] Excel Discussion (Misc queries) 2 July 11th 05 08:45 PM
Opening a workbook at a specific sheet Nirmal Singh Excel Programming 9 September 27th 04 12:19 PM
Excel VBA - Opening a workbook to a specific sheet every time carljonesuk Excel Programming 1 February 9th 04 10:36 AM


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

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

About Us

"It's about Microsoft Excel"