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