Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Open a document and run macro. The document is a form with field codes and
have been bookmarked. Type info in first field and the macro will go to the next field and pause for info to be filled in and then hit an enter key and the macro will go to the next field and pause, type in info, enter key, and continue like this to the end of the document. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
See the following:
WD97: How to Code the ENTER Key to Move to Next Field in Protected Form http://support.microsoft.com/support.../Q187/9/85.ASP http://www.mousetrax.com/techpage.html#autoforms 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 "strongwell" wrote in message ... Open a document and run macro. The document is a form with field codes and have been bookmarked. Type info in first field and the macro will go to the next field and pause for info to be filled in and then hit an enter key and the macro will go to the next field and pause, type in info, enter key, and continue like this to the end of the document. |