Hi there,
I have an undefined number of currencies for which I am calculating an exchange rate.
I am willing to put those rates in an array for further calculations.
What I would like to end up with is something like :
dXRate("EUR")=1
dXRate("USD")=1.2
So that at then end I could call back the Xrate with the following synthax : dXRate(stCur)
It seems that one can only give an index to an array :
dXRate(0) or dXRate(1)
Has anyone an idea? Use of Excel only...
Many thanks,
Gerald
I have an undefined number of currencies for which I am calculating an exchange rate.
I am willing to put those rates in an array for further calculations.
What I would like to end up with is something like :
dXRate("EUR")=1
dXRate("USD")=1.2
So that at then end I could call back the Xrate with the following synthax : dXRate(stCur)
It seems that one can only give an index to an array :
dXRate(0) or dXRate(1)
Has anyone an idea? Use of Excel only...
Many thanks,
Gerald