R
Richard Buttrey
I have some VBA code which loops through a list of Excel files,
attaches them to an Outlook email and sends them.
Everything works fine except that I'd like a bit more control over
where the file attachments and the Body text are placed.
The default seems to be the files first - horizontally as the first
'line' of the email, followed immediately underneath by the text of
the "Body Text' Parameter. I'd also like to be able to alter the size
of the embedded file 'icon' since the default size truncates the name
of the file and makes it difficult to see at a glance.
I can see that the
..Attachments.Add
has various parameter like Type, Position, Display Name etc., although
Im not altogether clear how to use these.
All help gratefully received.
Richard Buttrey
__
"We are with Europe, but not of it. We are linked but not combined.
We are associated but not absorbed. And should European statesmen address
us and say, 'Shall we speak for thee?', we should reply,
'Nay Sir, for we dwell among our own people'."
Winston Churchill - 1953"
Richard Buttrey, Grappenhall, Cheshire, UK
attaches them to an Outlook email and sends them.
Everything works fine except that I'd like a bit more control over
where the file attachments and the Body text are placed.
The default seems to be the files first - horizontally as the first
'line' of the email, followed immediately underneath by the text of
the "Body Text' Parameter. I'd also like to be able to alter the size
of the embedded file 'icon' since the default size truncates the name
of the file and makes it difficult to see at a glance.
I can see that the
..Attachments.Add
has various parameter like Type, Position, Display Name etc., although
Im not altogether clear how to use these.
All help gratefully received.
Richard Buttrey
__
"We are with Europe, but not of it. We are linked but not combined.
We are associated but not absorbed. And should European statesmen address
us and say, 'Shall we speak for thee?', we should reply,
'Nay Sir, for we dwell among our own people'."
Winston Churchill - 1953"
Richard Buttrey, Grappenhall, Cheshire, UK