Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Question

Status
Not open for further replies.
Jun 20, 2003
40
GB
Hi all,

I'm trying to run a Macro in Excel 2000 at startup. I ca't see that there is a command line to do this, Microsoft seemed to have removed it from Office 97.

My basic plan is to convert a number of XLS spreadsheets into a CSV text files, but need to remove and change some of the data first.
 
You could have the macro activated by a Workbook_Open event and place the file containing the macro in your XLStart folder so that it is opened when Excel starts.

That should do what you want.

Cheers, Glenn.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top