View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Carim[_3_] Carim[_3_] is offline
external usenet poster
 
Posts: 137
Default Import External Data Macro

Hi

When defining your URL, why don't you use simple concatenation, with
the & operator ... such as & range("a1").value ...

HTH
Cheers
Carim