Hi,
I am making a Macro Document Using VB Controls on the word Document. Now
my problem is that i have mant Contols like combos and text box controls, I
want to iterate throught them through Tab key. But I could able to find that
property in Objects proprty. Please help me out to figure it out for this
problem.
Thanks,
Gaurav
Doug Robbins - Word MVP - 04 May 2006 21:03 GMT
I would strongly suggest that you do not use vbcontrols in a Word document.
Use either a UserForm or formfields in a protected document. In both of
those cases, you can use the tab key to move from one control to the next
and in the case of a UserForm, you can set the tab order.
See the article "How to create a Userform" at:
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
Please Fill Out This Form
Part 1: Create professional looking forms in Word
http://www.computorcompanion.com/LPMArticle.asp?ID=22
Part 2: Adding Automation to your Word forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=46
Part 3: Learn more VBA (macros) to automate your forms.
http://www.computorcompanion.com/LPMArticle.asp?ID=119
Part 4: Use custom dialog boxes in your Word forms
http://www.computorcompanion.com/LPMArticle.asp?ID=127
Part 5: Connect your AutoForm to a database to save input time and keep
better records!
http://www.computorcompanion.com/LPMArticle.asp?ID=136

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
>
[quoted text clipped - 8 lines]
> Thanks,
> Gaurav