Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Jose Hughes   on Nov 21 In MS Office Category.

  
Question Answered By: Bryson Smith   on Nov 21

Here's your answer:



Sub Macro3()

...

With ActiveSheet.QueryTables.Add(Connection:="URL;d" _

, Destination:=ActiveCell)



SHOULD BE



Sub Macro3()

...

With ActiveSheet.QueryTables.Add(Connection:="URL;" & d _

^^^^^

, Destination:=ActiveCell)

Share: 

 
 
Didn't find what you were looking for? Find more on URL Riddle Or get search suggestion and latest updates.


Tagged: