In VBA for Excel, is it possible to declare user input or cell value as a variable?
I am creating a spreadsheet where there is a long list (~150) of variable names and a user will enter values in the column adjacent to the name. I am looking for a way--if there is one--for the code to read in and declare each of those variables from the Range and then assign the respective user-input value without having to declare each variable name in the code manually.
Is this "possible"?