Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
my previous posting was not clear i think...
what can i add to a command so that when i click it, it checks that textbox1 got "mypass" and then run the sub i have a textbox on a userform and a commandbutton1. the aplication (excell workbook) is set to visible = valse click commandbutton1 go and check if textbox1 contain "mypass" commandbutton1 make the application visible = true and unload userform1. then i can get to my macros etc.. i got this. Private Sub CommandButton5_Click() Application.Visible = True Unload UserForm1 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automating a workbook ??? | Excel Programming | |||
Automating Tab names | Excel Worksheet Functions | |||
Automating a checklist | Excel Programming | |||
Automating using VBA | Excel Worksheet Functions | |||
Automating PP from XL | Excel Programming |