J Joe Apr 20, 2004 #1 Is it possible to start Excel and have a macro run automatically? Without user intervention? Thanks, Joe
Is it possible to start Excel and have a macro run automatically? Without user intervention? Thanks, Joe
F Frank Kabel Apr 20, 2004 #2 Hi two ways: 1. put your code in the workbook_open event in your workbook module 2. name your macro Auto_open() Note: Both won't work if the user disables macros
Hi two ways: 1. put your code in the workbook_open event in your workbook module 2. name your macro Auto_open() Note: Both won't work if the user disables macros