Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() From within UserForm2 when I click on OptionButton1 I want the MakeVisable code (shown below) to run. The problem is that I get an "object required" error. What do I need to add? Private Sub OptionButton1_Click() Call MakeVisable.MakeVisable End Sub Sub MakeVisable() Label8.Visible = True Label9.Visible = True TextBox3.Visible = True TextBox4.Visible = True TextBox3.Value = Format$(Now(), "HH:MM") TextBox4.Value = Format$(Now(), "mm/dd/yy") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Macros running on same module | Excel Worksheet Functions | |||
running code only in selected module | Excel Programming | |||
Running a procedure in a module on graph change | Excel Programming | |||
Running Standard Module Code from Dataform | Excel Programming | |||
Running Excel module within Access | Excel Programming |