Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Using Script with a combo box object, is there a way to store the last selected value in the worksheet, so it can be retained the next time the worksheet file is opened?
I see saving it into an outside file (.txt, .prn, or .csv) as an option, but is would not be practical in my workgroup environment.
Can I change a variable definition:
if I start a worksheet with:
a:=10
Can I script to change it into a:=15 for example... Like after the file is saved, the value is retained.
I could also use the Combobox script to initialize to the last saved value...
Solved! Go to Solution.
In addition to the thread Wayne pointed you to, see here:Saving the state of controls.zip
Sebastien Billaut wrote:
Using Script with a combo box object, is there a way to store the last selected value in the worksheet, so it can be retained the next time the worksheet file is opened?
I see saving it into an outside file (.txt, .prn, or .csv) as an option, but is would not be practical in my workgroup environment.
Can I change a variable definition:
if I start a worksheet with:
a:=10
Can I script to change it into a:=15 for example... Like after the file is saved, the value is retained.
I could also use the Combobox script to initialize to the last saved value...
Please see this thread
In addition to the thread Wayne pointed you to, see here:Saving the state of controls.zip