Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default opening on same sheet

When I open my excel program if i have been I want it to
always open in the same worksheet i am using
Private Sub Workbook_Open()
Worksheets("names").Show
End Sub
it is telleing me i have the wrong code. What am i
missing?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default opening on same sheet

Hi
try
Private Sub Workbook_Open()
Worksheets("names").activate
End Sub

--
Regards
Frank Kabel
Frankfurt, Germany


Tony wrote:
When I open my excel program if i have been I want it to
always open in the same worksheet i am using
Private Sub Workbook_Open()
Worksheets("names").Show
End Sub
it is telleing me i have the wrong code. What am i
missing?

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
Opening a sheet Eric Excel Discussion (Misc queries) 0 May 5th 10 02:24 PM
Excel blank sheet opening but the sheet has data DeeMocz8 Excel Discussion (Misc queries) 0 March 11th 09 06:43 PM
Updating sheet without re-opening... neilcarden Excel Worksheet Functions 1 March 10th 08 05:10 PM
HOW TO LOCK THE OPENING OF A SHEET(TAB)? Excel Locker Excel Discussion (Misc queries) 3 September 20th 07 07:11 PM
How to display a msg box while opening a sheet Rajesh[_2_] Excel Programming 2 November 10th 03 02:26 PM


All times are GMT +1. The time now is 06:35 AM.

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"