Thread: mvoing picture
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jamescox[_92_] jamescox[_92_] is offline
external usenet poster
 
Posts: 1
Default mvoing picture



Well, you can move a picture you have inserted into a worksheet to the
left side of a cell with the following syntax in VBA

Activesheet.Shapes("Picture 1").Left = Range("A3").Left

where Picture 1 is the name of the inserted image.

I'm not sure from your description of the problem if you have a whole
set of pictures that have to be moved each day, so I'll leave that to
you...


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113132