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.
In the PROJECT EXPLORER pane of the BE Editor, double click "ThisWorkBook" object:
Private Sub Workbook_Open()
formname.Show
End Sub
---
Ben Van Johnson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks