How do I tabulate between textbox controls in EXCEL?
Is this on a userform. If so, there is a TabIndex property that allows you
to set the tab order.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"JGI" wrote in message
...
In pure Visual Basic it is possible to use the tab key to
pass between textbox controls, however I have not found a
way of doing this in Excel's Visual Basic editor. Any
ideas would be welcome. Thank you.
|