View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TonyH. TonyH. is offline
external usenet poster
 
Posts: 1
Default javascript causing web query problems

I'm having a problem pulling in data from a site that is using javascript to
format certain pieces of data. The offending HTML looks like this:

<scriptwriteCommas('174500')</script

What it's meant to do is clear but what happens when the page is imported is
that the number is not imported. Since these are prices they then to be
kinda important :)

Any ideas how to deal with this problem? Excel 2003

TIA,

Tony