Results 1 to 2 of 2

Thread: How can I start up a specific form while I open an Excel File?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    1

    Unhappy

    Hello Everybody,,

    I have designed a form in an excel file.
    Now I would like to set the form as an startup
    object. But How ????

    Pls Help.

    gAry Lam

  2. #2
    Lively Member
    Join Date
    Nov 1999
    Location
    Belgium
    Posts
    98
    Hi,

    You can use:

    Private Sub Workbook_Open()

    Load Userform1
    Userform1.Show

    End Sub

    Bye ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width