+ Reply to Thread
Results 1 to 2 of 2

Run macro automatically on opening of worksheet

  1. #1
    bnkone
    Guest

    Run macro automatically on opening of worksheet

    I have a macro I would like to run automatically when the worksheet is
    opened. I know I have done this long ago but I don't remember how I did it.

    Any ideas out there?

  2. #2
    L. Howard Kittle
    Guest

    Re: Run macro automatically on opening of worksheet

    In the ThisWorkbook code module:

    Private Sub Workbook_Open()

    End Sub

    HTH
    Regards,
    Howard

    "bnkone" <[email protected]> wrote in message
    news:[email protected]...
    >I have a macro I would like to run automatically when the worksheet is
    > opened. I know I have done this long ago but I don't remember how I did
    > it.
    >
    > Any ideas out there?




+ 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