View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Iain Iain is offline
external usenet poster
 
Posts: 32
Default Web query VBA problem

Hi,

I am trying to write a little script that will download webpages with the
following type of URL
http://cmr.tigr.org/tigr-scripts/CMR...cus=NT01NM0954

It works fine if I go through the steps manually in Excel 2003
I tried to record a macro, but was given the "error could not record",
however.
If I try to modify the standard examples I get an error "The web query
contains no data"
I also tried to open the webpage using excel,and it comes up blank

I am very confused at this stage, as I don't know why I can do this manually
but not with VBA.

Any help will be greatly appreciated,