View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP
 
Posts: n/a
Default autonew macros in forms

What code do you have in the macro, and is it in the form template?

If you were using formfields to get the information from the user, you would
not need a macro for this purpose.

See "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


--
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

"Becot" wrote in message
...
I have an electronic form which has been created in Word 2003. It is an
application for employment.

The area where the applicant needs to start completing information is on
page 3.

I would like to create a macro in the form which would run immediately on
opening a new document based on that form template which would take the
insertion point to the first field on page 3 where information needs to be
entered.

I created a form, but it doesn't seem to work when I open a document based
on the template. What am I doing wrong?