I have a spreadsheet that has the names of variables in column 1 and the values in column 2. I need to use the values of those variables in further calculations usinf Visual Basic. If for example cell A1="volume" and cell A2="25.38", how can I read the value of 25.38 into a variable called "volume".
I have simplified this example. In reality I have approximately 100 variables that I need to retrieve in this way.
I hope you can help me.
I have simplified this example. In reality I have approximately 100 variables that I need to retrieve in this way.
I hope you can help me.