I designed a userform in VBA for Word containing 12 fields. I have a dilemma
when I tab through the fields. The tab order is okay, but the form closes
after I have cycled through all of the fields and have left the 12th field.
Tabbing past this point does not cycle back to the first field the way I had
anticipated. Obviously, this is a problem because tabbing to far could cause
the user to loose all data in the form. What gives?
Thanks in advance for your help.
Ellen
filo666 - 13 Feb 2008 13:32 GMT
you might have a field12_unselect code with end
> I designed a userform in VBA for Word containing 12 fields. I have a dilemma
> when I tab through the fields. The tab order is okay, but the form closes
[quoted text clipped - 6 lines]
>
> Ellen
EllenM - 13 Feb 2008 17:04 GMT
Thanks. Your post was helpful.