Help with ActiveSheet.QueryTables.Add Connection:

Joined
Apr 30, 2006
Messages
1
Reaction score
0
Hi I want to import data from website. wht the problem is for first time the code run sucessfully but for second time it gives error at :
, Destination:=Range("A1"))

Error Description : Method 'Range' of object '_Global' failed. i.e
Run Time Error 1004.

wht I m doing is I have a list of argument every time it take one argument frm list then it goes to internet collect data from website and paste in Excel sheet then I transfer tht data to Access and clear the Excel sheet and save it after that it takes second argument and goes to internet at this time it gives above mentioned error..

Please help me with the same..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top