+ Reply to Thread
Results 1 to 3 of 3

Load form when workbook opens

  1. #1

    Load form when workbook opens

    Its been a while since I've worked in excel. How do I automatically
    load a form when the workbook opens?

    Thanks


  2. #2
    Gord Dibben
    Guest

    Re: Load form when workbook opens

    Right-click on the Excel logo at left end of menu bar.

    Select "View Code".

    Copy/paste this into that module.

    Private Sub Workbook_Open()
    Userform.Show
    End Sub


    Gord Dibben MS Excel MVP

    On 18 Jul 2006 17:17:23 -0700, [email protected] wrote:

    >Its been a while since I've worked in excel. How do I automatically
    >load a form when the workbook opens?
    >
    >Thanks



  3. #3

    Re: Load form when workbook opens


    Thanks works great


+ 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