Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What can I add to the code below to make TextBox131 not visable if the value
(month) in TextBox501 is April? Private Sub UserForm_Initialize() Dim rng Set rng = Cells(ActiveCell.Row, 1) TextBox500.Value = range("A4").Value TextBox501.Value = rng(1, 1) TextBox501.Text = Format(TextBox501.Text, "MMMM") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide a textbox on open of Excel | Excel Programming | |||
TextBox value to hide a row in another worksheet | Excel Programming | |||
How to hide/show a textbox depending on cell value | Excel Programming | |||
How to hide a textbox | Excel Programming | |||
hide a textbox on a userform? | Excel Programming |