Monday, December 3, 2007

VBA Word Form Radio Button

To set the default radio button on a VBA form, set the "Value" of the radio button to "True".


Programatic Selection of a Radio Button using Visual Basic Application
Me.Option1.Value = True

No comments:

Check This Out!

More Links to Good Information