Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing data from Word form to Excel

Status
Not open for further replies.

TimGoff

Technical User
Jul 16, 2002
166
GB
Hi,

I have a form in Word XP with various text and checkboxes. The only way it appears you can name these is through the bookmark property of each.

I would like to pick up the value of each bookmark and populate an Excel spreadsheet, but it continues to populate the cells with the name of the bookmark rather than the value.

I've tried...

Me.Bookmarks!Bookmarkname
Me.Bookmarks("Bookmarkname")
Me.Bookmarks("Bookmarkname").Value

With no success.

What am I doing wrong?!

Thanks in advance

Tim
 
Try

Me.Bookmarks("BookmarkName").Result Leslie
landrews@metrocourt.state.nm.us

SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top