Hi All,
How to Scheduel the Excel Macro at system startup
when you login into the system the macro should automatically trigger ,
how can i achive this, is it possible.
Please help me .
Thanks.
Hi All,
How to Scheduel the Excel Macro at system startup
when you login into the system the macro should automatically trigger ,
how can i achive this, is it possible.
Please help me .
Thanks.
Last edited by VBA Noob; 12-22-2008 at 03:01 PM.
Hi,
not quite sure what you mean with "the Excel macro" and "system startup", but maybe this will give you some ideas
You can automatically start a specific Excel spreadsheet every time you start your computer by storing it in the Windows Startup folder (Start button - Programs - Startup)
You can automatically run a macro when a specific workbook is opened by putting that macro in the Workbook_Open() section in the VB editor of the workbook
You can combine the above to run a specific macro every time your system starts.
HTH
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks