View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Shailesh Shah[_2_] Shailesh Shah[_2_] is offline
external usenet poster
 
Posts: 114
Default Auto-Size and Position Pictures with a Macro ?


Hi,
Try this,

ActiveSheet.Shapes("Image1").Top = 15
ActiveSheet.Shapes("Image1").Left = 1
ActiveSheet.Shapes.SelectAll


Regards,
Shah Shailesh
http://members.lycos.co.uk/shahweb/


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!