Hi Everyone,
I am new to VBA and I need to fetch values from following form into excel sheet.https://www.moneygram.com/wps/portal/moneygramonline/home/estimator?LC=en-US
Once the user clicks on estimate, the exchange rate is displayed.
The excel sheet has column headings as the field names in the form.
In my excel sheet, these is the first row:
From SendCurrency Destination Receiveoption 50 100
From the second row onwards, the sheet should be populated with form field values and exchange rates.
In the column A, the value will always the 'United States', as the sending country is always 'united States'.
In the column B, the value will always the 'US DOLLER', as the sending currency is always 'US DOLLER'.
Column E to Column F should store the exchange rates against the Amount mentioned in their corresponding column in Row1.
For example, for the destination country 'NIGERIA', this should be the output:
From SendCurrency Destination Receiveoption 50 100
UNITED STATES US DOLLER NIGERIA 10 Minute Service - US Doller 1 USD 1 USD
UNITED STATES US DOLLER NIGERIA 10 Minute Service - NAIRA 156.78 NGN 156.78 NGN
And it should continue populating the sheet with exchange rates for all the other destination contries against their available recieve options.
Any help is appreciated. Thanks in Advance.
I am new to VBA and I need to fetch values from following form into excel sheet.https://www.moneygram.com/wps/portal/moneygramonline/home/estimator?LC=en-US
Once the user clicks on estimate, the exchange rate is displayed.
The excel sheet has column headings as the field names in the form.
In my excel sheet, these is the first row:
From SendCurrency Destination Receiveoption 50 100
From the second row onwards, the sheet should be populated with form field values and exchange rates.
In the column A, the value will always the 'United States', as the sending country is always 'united States'.
In the column B, the value will always the 'US DOLLER', as the sending currency is always 'US DOLLER'.
Column E to Column F should store the exchange rates against the Amount mentioned in their corresponding column in Row1.
For example, for the destination country 'NIGERIA', this should be the output:
From SendCurrency Destination Receiveoption 50 100
UNITED STATES US DOLLER NIGERIA 10 Minute Service - US Doller 1 USD 1 USD
UNITED STATES US DOLLER NIGERIA 10 Minute Service - NAIRA 156.78 NGN 156.78 NGN
And it should continue populating the sheet with exchange rates for all the other destination contries against their available recieve options.
Any help is appreciated. Thanks in Advance.