Connecting Tech Pros Worldwide Help | Site Map

post form data to ASPX with VBA

mehlin
Guest
 
Posts: n/a
#1: Jul 19 '05
I am a novice with respect to ASP.NET, and I would
appreciate any pointers on how to use VBA (from within
EXCEL) to post form data to a .aspx. file on a website,
and download an associated data file. Essentially I am
trying to emulate Internet Explorer functionality, wherein
data is entered into a field on a page, a download button
is clicked on, and a file saved by clicking on a button in
a file download dialog box. For example, at
http://www.cboe.com/DelayedQuote/Quo...eDownload.aspx,
enter "AMD", click "download," and save the
returned "QuoteData.dat" file. Any suggestions as to how
to code this in VBA, or where I should look for
information would be appreciated.

Thanks
Bob Barrows [MVP]
Guest
 
Posts: n/a
#2: Jul 19 '05

re: post form data to ASPX with VBA


There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Closed Thread