Message 1 of 7
default values
Not applicable
05-08-2002
08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I would like to have a 'default' button on a form that saves the value of a text box in vba, to its value property. So that the next time the macro is loaded and run the 'default' value is loaded. I know it is possible to load and unload references at runtime, but i'm not sure about changing form and control properties. This would save having to deal with writing and reading from another file which would also have to be maintained.
thanks
I would like to have a 'default' button on a form that saves the value of a text box in vba, to its value property. So that the next time the macro is loaded and run the 'default' value is loaded. I know it is possible to load and unload references at runtime, but i'm not sure about changing form and control properties. This would save having to deal with writing and reading from another file which would also have to be maintained.
thanks