silentbuddha
Board Regular
- Joined
- Mar 1, 2008
- Messages
- 112
Hi,
I am currently using VBA to import data from the web. However, I keep getting the run-time error 1004 and it occurs at this part of the code
I check the url string length and it is 1147 characters...
Currently using IE 8 // WinXP
Is my url = "URL;http//......" string length too long ?
Thanks
I am currently using VBA to import data from the web. However, I keep getting the run-time error 1004 and it occurs at this part of the code
Code:
.Refresh BackgroundQuery:=False
I check the url string length and it is 1147 characters...
Currently using IE 8 // WinXP
Is my url = "URL;http//......" string length too long ?
Thanks