Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have what I think is an easy one, but yet the solution fails me. I
have three textboxes, 1, 2, 3. Textbox3 is set in the propteries as visible = false. The code I wrote is quite basic: if textbox2.value < textbox1.value then Textbox3.visible = True Else if textbox2.value textbox1.value then textbox3.visible = false End if End if I've tried other variations but nothing seems to work, work consistantly that is. The code in within a Sub...end sub where based on the entry, t1 and t2 is populated with their values. I've also tried having the code in a commandbutton. Still, same result, sometimes it works, some times it does not. Text1 and Text2 are both dollar amounts, and text3 is text...'the total amount is less than the subtotal amount...' Thanks... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can a TextBox on a user form activate a popup calander for dat | Excel Programming | |||
textbox on user form | Excel Programming | |||
User Form in VB = TextBox | Excel Discussion (Misc queries) | |||
Textbox trouble on a user form | Excel Programming | |||
User Form textbox formatting | Excel Programming |