Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm doing a spread sheet for my A-Level project and need a macro to ope
to the main menu every time the file is opened so that another macr can be run easily from that sheet to adjust the other sheets to th User's screen Resolution. How do I do this? Any comments would be useful Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you mean by open to the main menu, but there are 2 ways to
automatically run a macro when a workbook opens. The first is to use the Workbook_Open event and add your code there, the second is to name your macro Auto_Open. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "carljonesuk " wrote in message ... I'm doing a spread sheet for my A-Level project and need a macro to open to the main menu every time the file is opened so that another macro can be run easily from that sheet to adjust the other sheets to the User's screen Resolution. How do I do this? Any comments would be useful Thanks! --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening workbook on the same page every time | Excel Worksheet Functions | |||
create copy of sheet tab (excel 2007) when opening workbook | Excel Worksheet Functions | |||
Limiting number of users opening Excel Workbook at one time. | Excel Discussion (Misc queries) | |||
Code for opening a workbook at a specific time!?! | Excel Discussion (Misc queries) | |||
Opening A Specific Excel Sheet | Excel Discussion (Misc queries) |