Can I ouput a report in WORD format using a macro?

R

Robin Chapple

I use macros to output commonly needed reports.

So far they have been membership lists and the RTF choice offered is
satisfactory.

Now I have a report that contains lines and Need to output as a Word
document.

Here is the code that I use for my RTF output:

DoCmd.OutputTo acReport, "aarptWeeklyReportForBoard",
"RichTextFormat(*.rtf)", "E:\###\rptWeeklyReportForBoard.RTF", True,
"", 0

Thanks,

Robin Chapple
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top