trailbarge
New Member
- Joined
- Sep 24, 2008
- Messages
- 4
I've looked all over. I can't find out how to do this. For reference, I am using Excel 2003 SP3 and my control toolbar says "Controls" and the buttons are all Microsoft Forms 2.0
Here is the scenario. I am building an engineering calculations suite. For a certain project, the engineer may want to do code calcs one day and siesmic calcs several weeks later.
My userform has a page for general information... customer name, project number, etc. I linked these text boxes to cells in a hidden worksheet so that when the engineer comes back to the file weeks later to do another section of calcs, the form opens with the relevent data already filled in.
One set of options is units. Some customers want feet, some inches, some millimeters some centimeters. I have an option group on the form to select the length unit. (There are other units... pressure, temp, etc... I'm keeping the example small inscale).
The option groups all worked as advertised until I tried to build in this save state stuff. I linked each option button to its own control source. Now when I run the dialog, I have to click an option twice to get my change. The first click falsifies whatever option was true by default. I'm left with all option button registering false (weird). A second click registers the button as true.
I read somewhere that they were all supposed to be linked to the SAME cell. When I did this, the option group jammed on the last option and would not budge.
Anybody got an idea how to pull this off? I've read lots of people who had this problem but all the workarounds don't fit into the scenario I described above.
Here is the scenario. I am building an engineering calculations suite. For a certain project, the engineer may want to do code calcs one day and siesmic calcs several weeks later.
My userform has a page for general information... customer name, project number, etc. I linked these text boxes to cells in a hidden worksheet so that when the engineer comes back to the file weeks later to do another section of calcs, the form opens with the relevent data already filled in.
One set of options is units. Some customers want feet, some inches, some millimeters some centimeters. I have an option group on the form to select the length unit. (There are other units... pressure, temp, etc... I'm keeping the example small inscale).
The option groups all worked as advertised until I tried to build in this save state stuff. I linked each option button to its own control source. Now when I run the dialog, I have to click an option twice to get my change. The first click falsifies whatever option was true by default. I'm left with all option button registering false (weird). A second click registers the button as true.
I read somewhere that they were all supposed to be linked to the SAME cell. When I did this, the option group jammed on the last option and would not budge.
Anybody got an idea how to pull this off? I've read lots of people who had this problem but all the workarounds don't fit into the scenario I described above.