ah, value as default property, yes that's correct, my misunderstanding.
the problem is that in vba, when you use any property that is
> not the default property (either read or write), then that control must
have
> focus.
i'd say that's not correct, but i may again be misunderstanding your
meaning. in any case, you've established a dialogue with Ken Snell. as an
MVP, he is a better resource for you than i am, so i will butt out of this
thread so you can work with him uninterrupted.
"Jonathan Leonard" <(E-Mail Removed)> wrote in message
news:AuWdneYYOKtiSjndRVn-(E-Mail Removed)...
> > the DefaultValue property and the Value property are not the same thing.
> > suggest you read up on the topics in Help, and post again if you need
> > further assistance.
> >
>
> sorry, tina. i'm not referring to the DefaultValue property, but rather
the
> default property for that control (which happens to be 'value' if i'm not
> mistaken). the problem is that in vba, when you use any property that is
> not the default property (either read or write), then that control must
have
> focus. however, i get the error 'can't move focus to control..' when i
try
> to setFocus to it.
>
>
>