mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
A blank for me
I got a series of data like
Data are placed in 2 row, where the name of the variable is above the value that I'm looking for
In VBA, If I want to found the value of "iInstrument", result should be "Eur,Usd" for the data provided
Hope I'm clear enough
Martin
A blank for me
I got a series of data like
HTML:
iInstrument iScale iActualOpen iActual_High iActual_Low iActualLast iLastOpen
EUR.USD 3 Minutes 1.42315 1.42445 1.42275 1.42420 1.42410
Data are placed in 2 row, where the name of the variable is above the value that I'm looking for
In VBA, If I want to found the value of "iInstrument", result should be "Eur,Usd" for the data provided
Hope I'm clear enough
Martin