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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MailMerge Macro Problem

Status
Not open for further replies.

SimonFinn

Programmer
Joined
Mar 13, 2003
Messages
130
Location
GB
Hi Guys

Im modifying a macro written by someone else which uses mail merge. they where using the default path (My Docs), but it seems to not run on my machine, which may be the conversion from win 98 to 2k

Im not used to macros so this will proberbly be a silly mestake on my behalf, ive changed the path to:

WINWORD.EXE"C:\MailMerge\MailMerge.doc

but it is still having probs

thanks Si
 
Hi Skip

Yep the path is correct, my mailmerge docs are stored in:

C:\MailMerge
and the document is: MailMerge.Doc

Or is the format that ive written it in wrong?

Thanks Si
 
Macros security is set to low:

The macro runs, but i get the error:

"Microsoft access cant invoke the application using the RunApp action.
The path to the application is invalid, or a component of the application is missing.
Check the path in Windows Explorer or File Manager"

any ideas (sorry should have posted the error before)

Thanks Si
 
Hi Skip

Sorry about the delay:

The code: WINWORD.EXE"C:\MailMerge\MailMerge.doc

is in access

Is that what u wanted to know?

Thanks Si
 
I am not Access guru. You might need to go to the Access forum. But...
Code:
WINWORD.EXE"C:\MailMerge\MailMerge.doc
just does not look quite right -- just a gut reaction.
Code:
C:\MailMerge\MailMerge.doc
would seem more like it. (???) 8-) Skip,
Skip@TheOfficeExperts.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top