+ Reply to Thread
Results 1 to 3 of 3

office

  1. #1
    duki
    Guest

    office

    How to start excel macro directly from a cmd

  2. #2
    CLR
    Guest

    Re: office

    Tools > Macro > Macros > then select the macro of interest by name and
    click RUN.....

    Vaya con Dios,
    Chuck, CABGx3


    "duki" <duki@discussions.microsoft.com> wrote in message
    news:58329038-44B0-48DB-A4F6-A5F1D2385777@microsoft.com...
    > How to start excel macro directly from a cmd




  3. #3
    Gord Dibben
    Guest

    Re: office

    Macros cannot be invoked from the command line.

    You can, however, add Workbook_Open code in the ThisWorkbook module which will
    run a macro when the workbook is opened via the command line.

    Or Auto_Open code in a general module.

    Assuming that users enable macros.


    Gord Dibben MS Excel MVP


    On Mon, 8 May 2006 11:20:03 -0700, duki <duki@discussions.microsoft.com> wrote:

    >How to start excel macro directly from a cmd


    Gord Dibben MS Excel MVP

+ 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