Thread: Excel App
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eddy[_4_] Eddy[_4_] is offline
external usenet poster
 
Posts: 1
Default Excel App

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?