View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Josip.2000@gmail.com is offline
external usenet poster
 
Posts: 8
Default Excel 2007: Error 400, Excel 2002: OK...

So a quick new question, if I have the code:

Sub Auto_Open()
InsertPictureInRange "URL", _
Range("G21:J29")
End Sub

How can I take the "URL" as an input from a cell, for example A1?