Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to initialise a form. I would like it clear all the text boxes,
except the last one should be popluated with "Yes" (but the user can enter whatever info is appropriate is "yes" is not). The set.focus command works, but the last box is still empty. What am I doing wrong? Private Sub EnterNewConsult_Initialize() txtStore.Value = "" txtCustomerName.Value = "" txtClosed.Value = "yes" txtStore.SetFocus End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Changes itself after I have inputted. | Excel Discussion (Misc queries) | |||
Autofilter to tak on an Inputted Value | Excel Programming | |||
Getting Last Value that inputted | Excel Discussion (Misc queries) | |||
Read Last Inputted Value? | Excel Programming | |||
Due date changes when new value is inputted in a different column | Excel Programming |