Hello,
I am trying to read values from an excel spreadsheet but just for specific cells at a time; say Cell A1 and B1.
Then I want to save the respective values into a variable and use the variable through out the rest of the code.
Then loop at the end of the code to go to the next row/line; say A2 and B2 and do the same thing.
I don't want to read the entire spread sheet at once. Please provide examples of what you might be trying to describe. Thanks