View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Mark Stephens Mark Stephens is offline
external usenet poster
 
Posts: 124
Default How to supply your own web query

Thanks for that,

What I am actually intending is to supply data to a commercial application
but I am not allowed by the source of the info to supply the raw data so
waht I need to do is to 'load' the data into the application. One way I
thought of getting round it is to allow the user to download the csv file to
his hard drive but somehow make it inaccessible and then use some
programming I learnt ages ago to pull data from a file (it was an excel
hopefully it will work for a csv) without opening the file. Anyone know if
this is possible?

Kind regards, Mark


"DM Unseen" wrote in message
ups.com...
mark,

there was an Excel 97 SDK, that has some info in webqueries. After that
AFAIK MS when silent on this function. I would not depend on this
function, it his flakey and tricky to use. A webquery is in fact an
HTML table.Webquery parameters are in Fact HTML POST or Get parameters.
Try some testing and see if it works for you.
Are you shure you want to go from an excel file to a web page and back
to an excel file?

If you are just providing internally maybe think of a database. I would
suggest linking to the excel sheet using Get external Data. If it is
for the internet, just upload your file as a csv file for download is
also possible.

DM Unseen