Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a function that will autostart a routine automatically when
the spreadsheet is opened. I want to use Windows scheduler to open a spreadsheet which will gather some information, transform it an dcopy a csv file to another location. Stephen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Add a module in the VBA editor, then add a routine
Sub Auto_Open() 'your code here End Sub Robin Hammond www.enhanceddatasystems.com "syale" wrote in message om... Is there a function that will autostart a routine automatically when the spreadsheet is opened. I want to use Windows scheduler to open a spreadsheet which will gather some information, transform it an dcopy a csv file to another location. Stephen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autostart Macro | Excel Discussion (Misc queries) | |||
Autostart | Excel Discussion (Misc queries) |