
Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Thank you, Jean-Guy! The link now works. Now I wonder if the rest of what
I desire is also possible. From my original post:
-------------
I have a list of web sites down a table column. These are all web-based
suppliers
for specialty products. I'd like to be able to put one or more key words
into a UserForm and have a macro iterate down the list, performing a search
of each site for the product. Kind of like limiting Google/Froogle to a few
chosen sites.
I am passably competent in VBA. I know nothing about web sites, except that
they can contain many pages. Is what I have described do-able through VBA?
---------------
I can do the UserForm and pass the inputs into strings to use in the code.
But can I make a search of an entire web site through VBA like this? Or
will it take a much greater understanding of VBA and / or web sites to do
this? What do you think?
Ed
> Ed was telling us:
> Ed nous racontait que :
[quoted text clipped - 15 lines]
> Address:=strLink, _
> NewWindow:=True
Jean-Guy Marcil - 07 Jul 2005 19:23 GMT
Ed was telling us:
Ed nous racontait que :
> Thank you, Jean-Guy! The link now works. Now I wonder if the rest
> of what I desire is also possible. From my original post:
[quoted text clipped - 14 lines]
> this? Or will it take a much greater understanding of VBA and / or
> web sites to do this? What do you think?
I am not an expert in manipulating web sites programmatically, but I do not
think you can manipulate a Web site (like searching it) through the Word
Object Model. You may have to go through scripting or the IE Object Model.
Try posting in one of the IE newsgroups like
microsoft.public.windows.inetexplorer.ie5.programming
microsoft.public.windows.inetexplorer.ie55.programming.general
etc.

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Ed - 07 Jul 2005 20:01 GMT
I will go there. Thank you for all your help.
Ed
> Ed was telling us:
> Ed nous racontait que :
[quoted text clipped - 26 lines]
> microsoft.public.windows.inetexplorer.ie55.programming.general
> etc.
Jonathan West - 13 Jul 2005 19:50 GMT
Hi ed,
An alternative might be to make use of Karl Peterson's Slurp sample
http://vb.mvps.org/samples/project.asp?id=Slurp
It is written in VB6, but it should be quite straightforward to convert it
to VBA.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
> I will go there. Thank you for all your help.
> Ed
[quoted text clipped - 31 lines]
>> microsoft.public.windows.inetexplorer.ie55.programming.general
>> etc.
Ed - 14 Jul 2005 14:40 GMT
Hi, Jonathan. Thanks for the tip. I'll check it out.
Ed
> Hi ed,
>
[quoted text clipped - 4 lines]
> It is written in VB6, but it should be quite straightforward to convert it
> to VBA.