mail merge?

Revelation

New Member
Joined
Mar 2, 2004
Messages
42
Can I create a macro/button in access 2000 that will open a word document and then maybe merge it so I have a new mail merge ready to be printed. I have the mail merge all set up and it works cool :). Thanks in advance, Adam.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
hi ,
my problem is nearly the same. i was thinking something like onclick_open......
then the file name e.g c:/files/mergetemplate.doc
this is what by button looks like so far

Private Sub merge_Click()
On Error GoTo Err_merge_Click

Dim oApp As Object

Set oApp = CreateObject("Word.Application")
oApp.Visible = True

so where do i put the part that tells the macro to open the specific file?
this is urgent !

thx in advance
 
Upvote 0

Forum statistics

Threads
1,221,672
Messages
6,161,199
Members
451,688
Latest member
Gregs44132

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top