attachments in Word Document
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All.. I guess you have see attachments embedded in Word Document like email having attachments. I use MSWord automation with VB to get those attachments. I can only get the name of the attachments but can't find the way to save them. If you have the word document which contains attachments like .jpg, .pdf, .xls, .ppt files, select one of the attachment files and either right click or go to Edit menu of Word application and you will see File Object-> save as, open, print, convert.. etc. I think there should be the function that allow me to save those attachments programmatically since you can save them mannually in MS Word. I want to save as the attachment.. and cannot find the way to do it in Word reference. does anybody know how??