View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
stainless stainless is offline
external usenet poster
 
Posts: 18
Default VBA calling a web application that returns XML

Thanks for your help everyone. Tim especially.

I have taken your code and used it successfully (it appears the
responseText is populated with "File Not Found" when the file is
missing, and thus, I test for this after the xml send command).

Cheers

Mark