Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to place a textbox over a few buttons telling the user they
must enable their macros for the worksheet to function. Once they enable macros I'd like the textbox to hide itself - OnOpen I'm thinking.... Then after the fiddle with the sheet and make updates I'd like to have the textbox reappear for the next use BeforeClose probably. I have this but it doesn't work: Private Sub Workbook_Open() TextBox1.Visible = False End Sub Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TextBox value to hide a row in another worksheet | Excel Programming | |||
How to hide/show a textbox depending on cell value | Excel Programming | |||
how do i hide columns in excel so no one can open them. | Excel Discussion (Misc queries) | |||
How to hide a textbox | Excel Programming | |||
hide a textbox on a userform? | Excel Programming |