Setting tab order in new document

S

Sandi V

I'm working on a document-based form and following the instructions at
http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm for setting the tab
order in a template.

(Basically, create a macro that jumps to a field, and then assign an On Exit
macro to each field to specify which field next gets the foclus.)

This works great in my template, but new documents created from the template
default back to Word's left to right behavior.

Does anybody have any idea what's going on? (The ONLY VBA used in this
template are the Edit, GoTo Bookmark macros), like so:

'3 - ALTERNATED DEBTOR NAME

Sub GoAltDebtorName()
ActiveDocument.Bookmarks("txtAltDebtorName").Range.Fields(1).Result.Select
End Sub
Sub GoPropertyValue()
ActiveDocument.Bookmarks("txtPropertyValue").Range.Fields(1).Result.Select
End Sub

Any help is appreciated! Thanks. I'm using Word 2003.

Sandi
 
G

Gordon Bentley-Mix

Sandi,

I hope my email explained what I think the problem might be. See the post on
the 25th called 'ActiveDocument or ThisDocument' for more info.

--
Cheers!
Gordon

Uninvited email contact will be marked as SPAM and ignored. Please post all
follow-ups to the newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top