Formatting access for excel mail attachment.

T

Tom1000

When I send an Access (2002) query or database as an excel mail attachment,
the excel attachment is always formatted as wrap text. How do I change this
formatting so that it will not be wrap text?
 
S

SusanV

Hi Tom,

You can specify a template file in VB. Search help for "SendObject Method"
for the proper syntax.
 
Top