Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Autoexec Macro

Hi I'm needing a macro that when the spread sheet is opened i
automatuically goes to the menu sheet, regardless as to where the use
last saved it, I know how to do it in access and it doesn't work th
same in excel, I was told about calling it autostart and that didn'
work either! Please help as this is rather urgent!


Regards

Shannon Dun

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Autoexec Macro

Call the macro Auto_Open and put it in a standard module.

--

Vasant

"ek2k3 " wrote in message
...
Hi I'm needing a macro that when the spread sheet is opened it
automatuically goes to the menu sheet, regardless as to where the user
last saved it, I know how to do it in access and it doesn't work the
same in excel, I was told about calling it autostart and that didn't
work either! Please help as this is rather urgent!


Regards

Shannon Dunn


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Autoexec Macro

Change Background to the name of the menu sheet


Sub Auto_Open()
Worksheets("Background").Activate
Exit sub


"ek2k3 " wrote in message
...
Hi I'm needing a macro that when the spread sheet is opened it
automatuically goes to the menu sheet, regardless as to where the user
last saved it, I know how to do it in access and it doesn't work the
same in excel, I was told about calling it autostart and that didn't
work either! Please help as this is rather urgent!


Regards

Shannon Dunn


---
Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Autoexec Macro

Thank You Very Much!

It works and is perfect


Thank You Agai

--
Message posted from http://www.ExcelForum.com

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
autoexec macro to run on opening the spreadsheet lee Excel Discussion (Misc queries) 2 January 20th 07 02:01 PM
Autoexec Macro Rick Excel Worksheet Functions 4 August 24th 05 06:15 PM
Autoexec Macro Briank Excel Programming 4 January 22nd 04 09:46 PM
AutoExec - Enable Macros Bob Barnes[_3_] Excel Programming 3 January 18th 04 07:56 PM
AutoExec George Perchette Excel Programming 1 October 7th 03 11:30 AM


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