+ Reply to Thread
Results 1 to 2 of 2

How to Schedule the Excel Macro at system startup

Hybrid View

rbhattu How to Schedule the Excel... 12-22-2008, 02:58 PM
teylyn Hi, not quite sure what... 12-22-2008, 04:14 PM
  1. #1
    Registered User
    Join Date
    12-15-2008
    Location
    US
    Posts
    4

    How to Schedule the Excel Macro at system startup

    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.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1