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

  • Thread starter Thread starter Robin Chapple
  • Start date Start date
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
 
Back
Top