Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am usisng the following code...and it works to a certain extent.
The Commandbutton1, which is normally HIDDEN does become visible if the data at H2 is greater that 1111 In other words if I type in 1111 at H2 the commandbutton1 will be visible BUT if I have a formula in H2 that displays a number great than 1111, the commandbutton1 does NOT appear. Can this be fixed. Thanks If Target.Address = "$H$2" Then If Target.Value 1111 Then CommandButton1.Visible = True END IF End If -- Norton Professional 2004 says this email is clean...believe it |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Target.Value | Excel Worksheet Functions | |||
Target Value Question | Excel Discussion (Misc queries) | |||
Target cell reference moves when target is cut and pasted | Excel Discussion (Misc queries) | |||
Target Question | New Users to Excel | |||
Target Question | New Users to Excel |