View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Uwe Herrmann Uwe Herrmann is offline
external usenet poster
 
Posts: 4
Default Sending data as POST request to a Webserver via VBA

Hallo,

I have a problem to send data via POST-Request with the Navigate method of VBA
VBA send always GET-Requests, but never a POST-Request although the PostData parameter is set.

Can everybody help me?

Thanks in advance!