Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I got a form and have some textboxes, labels etc. After some actions, the values on the form (values from labels or textboxes) are sent to related cells. And when i do this, the values must be the same as "UserForm_Initialize" But i couldn't find something for it.. I want the form to be "refreshed" as it opened for the first time... If i can not do this, i will write for every box for the value that i want :) Thanks... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could call that Userform_initialize procedure at the end of your Ok button.
But if that _Initialize event does lots of things, you may want to create another procedure that just loads the textboxes/checkboxes/etc. Then both the _Initialize and your "ok" procedure could call the same procedure. SupperDuck wrote: Hello, I got a form and have some textboxes, labels etc. After some actions, the values on the form (values from labels or textboxes) are sent to related cells. And when i do this, the values must be the same as "UserForm_Initialize" But i couldn't find something for it.. I want the form to be "refreshed" as it opened for the first time... If i can not do this, i will write for every box for the value that i want :) Thanks... -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Reset data input form | Excel Worksheet Functions | |||
How do I reset the tab order in a form | Excel Worksheet Functions | |||
How can I reset an Excel form that has radio buttons. | Excel Programming | |||
help!! reset a form | Excel Programming | |||
how to reset form | Excel Worksheet Functions |