Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have excel macro that when I run it for the first time it works
fine, but all the even number of times I try to run it, I receive runtime error 1004". For example, the first time it runs ok, the second it crashes, but the third it runs ok again, and so on. Can anybody help me with this problem. Thanks a lot The code is below Sub new() qURL = "http://sitesafari.com/api/? action=getGrps&usnm=mpochin&pw=master&format=HTML_ Table" With ActiveSheet.QueryTables.Add(Connection:="URL;" & qURL, _ Destination:=Range("A1")) .BackgroundQuery = True .TablesOnlyFromHTML = False .Refresh BackgroundQuery:=False .SaveData = True End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error '1004' | Excel Discussion (Misc queries) | |||
runtime error 1004 | Excel Discussion (Misc queries) | |||
runtime error 1004 | Excel Discussion (Misc queries) | |||
Another runtime 1004 error | Excel Discussion (Misc queries) | |||
Runtime Error '1004' | Excel Discussion (Misc queries) |