Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I wish to load a macro I have created when the spreadsheet firs
loads up. Is this possible? If so, how do I go about it? I would like to thank you in advance for any help -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use the following sub in one of your modules
Sub Auto_Open() 'Action to be done when the excel sheet starts 'enter your code here end su -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Rename the macro to Sub Auto_open() and it will. See also http://www.cpearson.com/excel/events.htm on events. HTH. Best wishes Harald "MWhitehead " skrev i melding ... Hi, I wish to load a macro I have created when the spreadsheet first loads up. Is this possible? If so, how do I go about it? I would like to thank you in advance for any help. --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running a Macro from a Spreadsheet Function | Excel Worksheet Functions | |||
How to start a spreadsheet (inventory) | New Users to Excel | |||
Start spreadsheet with WinXP start | Excel Worksheet Functions | |||
Prevent A Macro From Running If SpreadSheet is Filtered | Excel Worksheet Functions | |||
Running Macro when value in spreadsheet is true | Excel Programming |