Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have to attach a code with vba that will open my userform when you click my
command button. Help please |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Private Sub CommandButton1_Click() UserForm1.Show Unload UserForm1 End Sub (it's in the chapter on user forms) -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "TeresaManley" wrote in message I have to attach a code with vba that will open my userform when you click my command button. Help please |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi.
Sub macShoForm() Load frmYourForm frmYourForm.Show 0 AppActivate Application.Caption End Sub "TeresaManley" wrote: I have to attach a code with vba that will open my userform when you click my command button. Help please |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I expose the TextBox BeforeUpdate event to my user class? | Excel Discussion (Misc queries) | |||
How do I properly attach vba code to a workbook | New Users to Excel | |||
Will pay someone to write small event code for me!! | Excel Discussion (Misc queries) | |||
.how open doc attach in exelspreadsheet xls... | New Users to Excel | |||
Worksheet Event Code | Excel Worksheet Functions |