Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedded outlook emails in a MSWord document

Status
Not open for further replies.

Revconguy

Programmer
Apr 3, 2017
2
US
I'm hoping maybe someone can provide ideas for my dilemma. I have a MSWord document that I have embedded (pasted) several email messages from outlook (Paste-Special->File). This works fantastic for my application. However, when I do this, the file size of the word document grows very quickly. Right now, I'm at 20+ MB and I'm just getting started.

I'm looking for ideas on how I can avoid/eliminate the tremendous growth in file size that this creates.

Seems to me that there are a few options:
[ol 1]
[li]Write the embedded email messages out to .msg files in a well-known directory and insert a link into the word file instead. This would be doable in VBA but a pain and would require I ensure the file system is sync'd with my document. This would also preclude me from moving the file from desktop to desktop without remembering to copy all of the individual files also[/li]
[li]Find out a way to compress the inLineShape object embedded in the file.[/li]
[li]Convert the object to another object type that may be more efficient spacewise.[/li]
[/ol]

Any ideas or suggestions would be welcome...

Rev
 
Is there a public network drive?

Skip,
[sub]
[glasses]Just traded in my OLD subtlety...
for a NUance![tongue][/sub]
 
SkipVaught, That's an idea... I may look at using one so I can move about more freely with my document.

Thanks...Rev
 
And use the server name rather than the drive letter to which the server is mapped.

Skip,
[sub]
[glasses]Just traded in my OLD subtlety...
for a NUance![tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top