Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default When I open Excel I want it to open on Sheet 1

It Works!

Thanks to All, You guys are awesome!

"Michael M" wrote:

Gord
Thanks for the heads up.
Just when I thought I was getting smarter !!
Regards
Michael M

"Gord Dibben" wrote:

Michael

Info only...........

The "This workbook contains macros" message appears long before any code runs.

It appears when you first open the workbook and Excel notices the file contains
macros or even an empty module.

No way to turn that mesage off unless you change security to "Low" which is not
a good idea, or digitally sign the workbook.


Gord Dibben MS Excel MVP

On Tue, 23 Jan 2007 13:51:01 -0800, Michael M
wrote:

Hi George
You can add the line
Application.DisplayAlerts=False

to disable the macro message from appearing

Regards
Michael M

"George Nicholson" wrote:

Add this to the "ThisWorkbook" module:
(Alt-F11 to open VB editor expand Project & ExcelObjects dblClick
ThisWorkbook entry copy & paste in code window. Save.)

Private Sub Workbook_Open()
ThisWorkbook.Worksheets("Sheet1").Activate
End Sub

Change "Sheet1" to the name of your cover page as the User sees it.

Note: you now have code in your workbook. Users can choose not to enable
macros, so it isn't foolproof, but I'm not aware of any way to do what you
want that wouldn't envolve coding.

HTH,

"traveye" wrote in message
...
OK, I have an excel file that many employees use and save thier
information
in. If an employees enters info into sheet 4 and then saves it, when the
next employee opens the same file it will open directly to sheet 4. This
file has a "cover page" which is sheet 1. I always want excel to open up
to
sheet 1 no matter what sheet it was previously saved in. Is this possible?





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
How do I get Excel to open email for single sheet? Gary_Mc Excel Worksheet Functions 4 November 3rd 06 09:11 PM
open new microsoft excel sheet and found my last same file all ti. farid fouad Excel Worksheet Functions 1 March 10th 06 01:41 AM
Combining data from cells from several excel sheets to a new sheet Rik Excel Discussion (Misc queries) 4 February 22nd 06 09:16 AM
Click on Excel Doc Starts Excel but Excel does not Open the Doc. Mark Excel Discussion (Misc queries) 3 August 24th 05 02:33 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM


All times are GMT +1. The time now is 11:44 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"