View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RLang RLang is offline
external usenet poster
 
Posts: 47
Default Inserting a picture

Hi,
I'm writing a macro to insert a picture either on the spreadsheet or in
the window of an embedded chart. When I record the macro for inserting a
picture, the command line ends with a .select. I get an error if I remove
the .select from the command line. Based on some other stuff I'm doing, the
"select" part of the command line is taking the focus away from the other
activity. Can you give me some advice for how to insert a picture (without
pre-specifying the image dimensions ala Shapes.AddPicture command) accepting
the "default" incoming image dimensions?

Thanks much.