Thread: Insert Picture
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mwagoner@caldrywall.com is offline
external usenet poster
 
Posts: 2
Default Insert Picture

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.

??????