+ Reply to Thread
Results 1 to 2 of 2

Bring form up automatically

  1. #1
    Registered User
    Join Date
    03-29-2010
    Location
    Sacramento
    MS-Off Ver
    Excel 2003
    Posts
    3

    Bring form up automatically

    Is it possible in Excell 2007 or 2010 to have a form open automatically when opening the spreadsheet? If so, how is this done? I am familiar with VBA but have not used it much in Excel.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Is possible bring form up automatically

    Hi WSplawn, welcome to the forum.

    You can use the Workbook_Open event to do this. In the VB Editor (ALT+F11) double-click on the ThisWorkbook module and then put the following code in the window to the right:
    Please Login or Register  to view this content.
    Close the VB Editor and save your workbook. Change "UserForm1" to the name of your user form, of course.

+ 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