Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All:
How can I run code automatically in Excel XP when I open a spreadsheet? Thanks in advance, Bruno |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Place your code in the ThisWorkbook Object. Using the Workbook_Open Sub.
"Bruno" wrote in message ... Hi All: How can I run code automatically in Excel XP when I open a spreadsheet? Thanks in advance, Bruno |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bruno,
Another way....... If you already have a Sub...let's say Sub Macro1() rename it to Sub Auto_Open() John "Terry Frost" wrote in message ... Place your code in the ThisWorkbook Object. Using the Workbook_Open Sub. "Bruno" wrote in message ... Hi All: How can I run code automatically in Excel XP when I open a spreadsheet? Thanks in advance, Bruno |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running code on workdays | Excel Worksheet Functions | |||
VB code for running a macro | Excel Discussion (Misc queries) | |||
Automatically running code | Excel Worksheet Functions | |||
running code | New Users to Excel | |||
running VB code | Excel Programming |