Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Whats up everyone?
I need to be able to save a selected option button when the userform and/or AutoCAD is closed and then recall the selected option button when the userform is initialized.
I have this feature working for drop down boxes but for the life of me cant figure out how do do the same with a option button.
For drop down boxes I'm currently using a Save Macro that looks like this:
SaveSetting "MyMacro", "Settings", _ "Bsize_Pltr", Me.Bsize_Pltr.Text
And Load Macro that looks like this:
Me.Bsize_Pltr.Text = GetSetting _ ("MyMacro", "Settings", "Bsize_Pltr", "")
I'm thinking I can use a frame tag to save the option button value but how do I recall this on the userform initialization?
I appreciate any help on this.
Solved! Go to Solution.