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!

How to Open Outlook Attachment Using VBScript

Status
Not open for further replies.

Grippen

Technical User
Sep 3, 2001
24
GB
Hello,

I have an Excel File attachment in an outlook form. What I want to know is how I open it using VBScript in the form so I can see it and manipulate values etc?

I want to do something like..

Set myFinModel = Item.Attachments(1)
myFinModel.Display

end sub


but ".Display" and ".Open" don't work with "Attachment".

Any Ideas?

Thanks.

Grippen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top