acPRORLandscape

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to preset the margin and orientation of a email attachment. I am
using acSendQuery and output format acFormatXLS....I would like the
recipient to open and print the attachment as landscape with left and right
margins of 0.

Thanks for any help
Spin
 
Look at the Help in Access for SendObject.

Set the EditMessage option to True, then when the email is displayed open
the workbook and change the orientation and margins.

DoCmd.SendObject acSendTable, "Employees", acFormatXLS, _
"Nancy Davolio; Andrew Fuller", "Joan Weber", , _
"Current Spreadsheet of Employees",True
 

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

Back
Top