View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
That Bloke
 
Posts: n/a
Default Autonew macro in Word to select specific record from Excel database

Thanks, but is it the same for an Excel spreadsheet rather than an Access
database?

"Doug Robbins - Word MVP" wrote in message
...
If this is something that is done regularly, you can apply the method in
the article "Access a database and insert into a Word document the data
that you find there" at:

http://www.word.mvps.org/FAQs/InterD...DataFromDB.htm

to obtain information from a named nange in Excel as shown in the article
"Load a ListBox form a Named Range in Excel using DAO" at:

http://word.mvps.org/FAQs/InterDev/F...xFromXLDAO.htm

Probably better to use { DOCVARIABLE } fields in the document rather than
mergefields and create document variables that have the values retrieved
from Excel.


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

"Peter" wrote in message
...
Hi,
I'm trying to automate a procedure where a document based on a specific
template, asks for a value from a specific field in a database so that
only
that record will be merged into the document based on that template. I'm
using Office 2003 but would prefer it to work in Office 2002 as well.

Basically, the spreadsheet is the data for a mailmerge document and I'm
using the InputBox function to retrieve the record that matches the
search
string (which can only be a 5-digit number) from the "IDCode" field in
"Database.xls" in the "C:\Database" folder. I have a number of other
fields
within the template that are populated from the database.

TIA,

Pete