View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Beckham[_3_] Kevin Beckham[_3_] is offline
external usenet poster
 
Posts: 27
Default CopyPicture on a Shapes range

I have a graph overlaying another and want to copy them together. The
following code snippet worked in Excel 2003

ActiveSheet.Shapes.Range(Array("Chart 27", "Chart 9")).Select
Selection.CopyPicture

but doesn't work now. Has there been a syntax change or is it no longer
supported?

Kevin Beckham