You can't reference a property or method for a control unless the control has the focus.@Try one of the following: Move the ...

You can't reference a property or method for a control unless the control has the focus.@Try one of the following:
* Move the focus to the control before you reference the property. In Visual Basic code, use the SetFocus method. In a macro, use the GoToControl action.
* Reference or set the property from a macro or event procedure that runs when the GotFocus event for the control occurs.@@2@1@6215@1