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
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