Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating Userform TextBox Default value 1

Status
Not open for further replies.

eamint6

Mechanical
Joined
Jun 19, 2016
Messages
3
Location
IR
Hi everybody,
I want to know if there is a way to update a userform text box default value when user enters a string in the related field, i.e., every time user runs the macro, the default values should be the last ones user's entered in the previous run.
Thanks in advance
 
your script should then save and read the value in a text file somewhere or in the win registry.

Eric N.
indocti discant et ament meminisse periti
 
Could you please tell me how can I retrieve saved data from Windows registry?
 
did you try google?

Eric N.
indocti discant et ament meminisse periti
 
Of course I did! Actually i'm new in vb programming and its difficult for me to apply available methods ( to the CATIA VBA code i'm trying to write. All I need is to save a folder path string to the registry and recall it.
however, thank you for your follow-up "itsmyjob".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top