A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form Field Bookmarks



 
 
Thread Tools Display Modes
  #1  
Old August 24th, 2004, 05:56 PM
Wayne
external usenet poster
 
Posts: n/a
Default Form Field Bookmarks

Is there any easy way to create a list/table oof all of
the bookmarks from a form field?

Basically, I have a document with 100 form field (mixture
of check boxes and text fields). I would like to create a
table or list of the bookmarks and the values contained in
them. I'm sure I can do this with a VBA macro hard coding
each bookmark, but I was wondering if there was something
more global.

thanks in advance

Wayne
  #2  
Old August 25th, 2004, 12:27 AM
Doug Robbins
external usenet poster
 
Posts: n/a
Default

You can get the name of the bookmark assigned to each formfield and the data
that is entered into it with:

Dim aff As FormField
For Each aff In ActiveDocument.FormFields
MsgBox aff.Name
MsgBox aff.Result
Next aff


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Wayne" wrote in message
...
Is there any easy way to create a list/table oof all of
the bookmarks from a form field?

Basically, I have a document with 100 form field (mixture
of check boxes and text fields). I would like to create a
table or list of the bookmarks and the values contained in
them. I'm sure I can do this with a VBA macro hard coding
each bookmark, but I was wondering if there was something
more global.

thanks in advance

Wayne



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Autopopulating a form field from a drop down form field Shannon General Discussion 12 March 24th, 2008 07:05 PM
Enter data in 1 text form field & have multiple locations filled i James General Discussion 4 August 12th, 2004 10:02 PM
need calculated field in form Vernon Using Forms 1 August 10th, 2004 09:05 AM
Bookmarks are not retained during Mail Merge Latha Mailmerge 22 June 16th, 2004 08:53 PM
Trying to SetFocus to right field in form JustMe New Users 2 May 9th, 2004 06:06 PM


All times are GMT +1. The time now is 05:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.