web scraping - Read Data From Web Form to Excel using VBA? -
i new vba , need fetch values this form excel spreadsheet. once user clicks on estimate, exchange rate displayed. excel spreadsheet have column headings matching field names in form.
in form, 'send amount' 50, 100, 500, 1000, 2500 , 7000. 'from' country 'united states'. worksheet should populated possible selections in other fields of form against 'united states' , corresponding exchange rates.
santosh...there 2 ways of doing this
- intercept webservice xml
- create connection underlying db
you need know db details or create com modules in vba xml (which again needs server details)
if not know @ all. suggest go youtube , "vba com connections" or "vba xml". there nice videos, handing on server details on open forum not ideal thing do
Comments
Post a Comment