>However, there is a slight problem with it. You must name your
controls with a name beginning by "OptionButton" or "TextBox", etc...
If you change your naming convention let's say "Opt1" or "txtName"
for example, your code is not going to work.<
HUH? Maybe I missed something, but that's not true. Heck, you can name
things DogPoop for all VBA cares...naming conventions are just a convenience
and I always use txtName, optName, etc and it works fine.
Is there a part of this I missed? Are we talking commands?