Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub DropDown1_Change()
If Sheets("Sheet1").Range("C62") = 3 Then TextBox1.Visible = False Else: TextBox1.Visible = True End If End Sub The debugger say "Object Required" and highlights the Else line. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code problem | Excel Discussion (Misc queries) | |||
XLS to CSV Code Problem | Excel Worksheet Functions | |||
VBA Code Problem | Excel Programming | |||
Problem with the following code | Excel Programming | |||
Code problem | Excel Programming |