Thread: Excel App
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Excel App

Eddy,

Take a look at DataGet External DataNew Web Query.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Eddy" wrote in message
...
I am looking for the right code to retrieve data from a
web server from within an Excel App. I can bypass the
web form using the FollowHyperlink command if the web
form only requires one parameter, however when the form
requires more than one parameter I can't get past the
form. Is there a way to enter more than one parameter
using the FollowHyperlink command or should I use a
different approach?