Insert Picture

M

mwagoner

when I use, ActiveSheet.Pictures.Insert(stringVariable).Select , I
receive the following error.

Runtime error '1004':

Unable to get the Insert property of the Pictures class

If I use, ActiveSheet.Pictures.Insert("c:\mypicture.jpg").se lect, it
works fine.

??????
 
G

Guest

If this is about the previous post for inserting the E-signature, there's an
answer in that thread.

If not then... make sure that

stringVariable = "C:\mypicture.jpg"

is what you're using.

HTH
Regards,
GS
 
D

Dave Peterson

You have another response in .misc

when I use, ActiveSheet.Pictures.Insert(stringVariable).Select , I
receive the following error.

Runtime error '1004':

Unable to get the Insert property of the Pictures class

If I use, ActiveSheet.Pictures.Insert("c:\mypicture.jpg").se lect, it
works fine.

??????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top