Autoexec Macro

E

ek2k3

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
 
D

David Adamson

Change Background to the name of the menu sheet


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