Hello,
Does anyone has a method to extract data from an ASP server using Excel?
I want to extract data from a server like this one:
http://energia.mecon.gov.ar/upstream/US_MPerf.asp
So, what I need is to create all the options and "press" "<< Consultar >>" and get the data.
Is easy to do it when you have a PHP server, where I will do something like:
http://energia.mecon.gov.ar/upstream/US_MPerf.asp?Anio=2007&Mes=1
But with this ASP servers... I don't know how
Ideas?
Thanks!