Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word Documents
Want to programmatically Add formfields.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Jay Freedman, post: 5226024"] Hi Judi, You can replace wdAllowOnlyFormFields with the value 2. In Word's VBA editor, you can use the Object Browser to find the values of VBA constants. (For completeness, the other valid values of Type are wdAllowOnlyRevisions = 0, wdAllowOnlyComments = 1, and wdAllowOnlyReading = 3.) Depending on the language of the application you're writing, you could use a #define or Const statement to declare the constant's value at the top of your code and not have to change the Protect statement. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word Documents
Want to programmatically Add formfields.
Top