Userform, Frame and OptionButton

V

Vit

Hi,

I have built a UserForm with two Frames (frameA, frameB) and three
OptionButton for each Frame (button1A, button2A, button3A and
button1B, button2B, button3B).

There is also a CommandButton (button1).

When I press the Button1 I need to check which one of the OptionButton
is checked in each frame, write a string (as “1A and 3B”, for
example), and store the information on a custom field on the project
level...

How can I do this??

Thanks so much to everybody

Vit
 
V

Vit

I have partially solved the problem...

To write in the custom field I have used the follow:

ActiveProject.ProjectSummaryTask.SetField
FieldNameToFieldConstant("Table Rate"), "Test3"

Now, how can I “loop” on every frame and look for the checked
OptionButton???

Thanks

Vit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top