View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default code to move images

for each shp in activesheet.shapes
shp.left = a
shp.top = b
shp.width = c
shp.height. = d

next shp
where a,b,c,d is in pixels


"xavi garriga" wrote:

Hi to all;

I've inserted some images in excel with the "desgn mode"; which code do I
have to write in a VB Macro, or property have to change in order to be able
to move these images without being in the "design mode"?

Thanks to all!
--
atrep