View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default L2013 not running code from XL7, second posting

I don't have 2013 but did you check in the VBE ObjectBrowser under
Shapes.AddPicture function for a list of args. I normally specify the
arg name so there's no ambiguity regardless of order...

Filename:=Directory & f, LinkToFile:=False, SaveWithDocument:=True, _
Left:=x, Top:=y, Width:=130, Height:=100

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion