Excel can submit data to a web page?

S

Sean.Xiao

I know WebQuery,it can get data from a web page.

But now,I want to:

I had a Excel with three textboxs and one button;

when button was clicked,A macro would submit the values of textboxs
to a php page,and the php page could get these values using $_post[]
method(same as Request.Form()in Asp);

It's indifferent to me whether Textboxs and button are on sheet or on
a Userform.



has any way to do this?

Thanks a lot.
 
Top