+ Reply to Thread
Results 1 to 2 of 2

Startup macro

Hybrid View

  1. #1
    Zeno
    Guest

    Startup macro


    Is it possible for automatic start of macro in moment when excel file is
    opening.
    I mean when I open excel file specific macro will be immediately automatic
    started.


    Zeno





  2. #2
    Dave Peterson
    Guest

    Re: Startup macro

    option explicit
    sub auto_Open()
    call yourspecificmacronamehere
    end sub



    Zeno wrote:
    >
    > Is it possible for automatic start of macro in moment when excel file is
    > opening.
    > I mean when I open excel file specific macro will be immediately automatic
    > started.
    >
    > Zeno


    --

    Dave Peterson

+ 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