Anyone ever get this error?:
Method 'Picture' of object 'IImage' failed
Here is the code that I am getting the error on:
I must be doing something wrong in trying to reference to something in word because the following code does work from excel:VB Code:
Word.Documents("quote.doc").imgCase.Picture = PicCasea
Anyone know what I am doing wrong with the first code? Thanks all for the help!!VB Code:
imgCase.Picture = PicCasea![]()




Reply With Quote