I have found that in some situations I can leave off the .value part of a form object and the statement will still refer to the value of the object.
For instance Option Buttons can be tested with just their name, and no .value.
Are there only certain objects that this works for, or is .value superfluous?
Bookmarks