+ Reply to Thread
Results 1 to 2 of 2

Thread: How should I run the forms?

  1. #1
    Registered User
    Join Date
    09-16-2006
    Posts
    28

    Question How should I run the forms?

    I am new to Excel programming using VBA.

    I have just created a user form, which has two command buttons, and for each button, there is a piece of program for it.

    But I can I run the form? Can I bring it inside the worksheet and use it as a graphical interface?

    Any idea is appreciated.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    MSO2007 on WinXP/MSO2000 on Win7/winXP
    Posts
    2,177
    In the PROJECT EXPLORER pane of the BE Editor, double click "ThisWorkBook" object:

    Private Sub Workbook_Open()
    formname.Show
    End Sub
    ---
    Ben Van Johnson

+ 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.2.0