A
aaron
Thanks in advance for your help.
I am querying a website for some tabular data. This
website contains several pages of tabular data in the
following format:There should be some way to import my
data source once, and then cut and paste it, somehow
referencing a list of keywords (1-100) for each paste. I
have a feeling that those of you who do this kind of
thing regularly may have a simple answer for me. Any
advice?
Thanks,
Aaron
BaseURL?Keyword=K
where K is a number ranging from 1 to 100.
I would like an efficient method to quickly import all of
the data from all of the pages (K=1-100) into an excel
worksheet.
Can anyone give me some guidance on how to do so? The
only ways I can figure out how to do this require a lot
of work:
* inserting "new web query" manually over and over,
changing the full URL every time
* writing 100 different data sources (.iqy files) with
different full URLs
* writing 1 data source with the form
BaseURL?Keyword=["keyword", "Enter number:"]
This requires me to insert, over ang over again, the data
source, entering a new keyword each time
I am querying a website for some tabular data. This
website contains several pages of tabular data in the
following format:There should be some way to import my
data source once, and then cut and paste it, somehow
referencing a list of keywords (1-100) for each paste. I
have a feeling that those of you who do this kind of
thing regularly may have a simple answer for me. Any
advice?
Thanks,
Aaron
BaseURL?Keyword=K
where K is a number ranging from 1 to 100.
I would like an efficient method to quickly import all of
the data from all of the pages (K=1-100) into an excel
worksheet.
Can anyone give me some guidance on how to do so? The
only ways I can figure out how to do this require a lot
of work:
* inserting "new web query" manually over and over,
changing the full URL every time
* writing 100 different data sources (.iqy files) with
different full URLs
* writing 1 data source with the form
BaseURL?Keyword=["keyword", "Enter number:"]
This requires me to insert, over ang over again, the data
source, entering a new keyword each time