I want to select a specific cell in Excel(using range().select). The reference of that cell is stored into another cell in text format.
How can I tell Visual Basic to use the text that is inside that cell to positionate there?
Example:
In A3 i have "f5". If i write range("a3"
.select, the cursor goes to A3, I want the cursor to go to f5 instead.
Thank you very much
Gerardo.
How can I tell Visual Basic to use the text that is inside that cell to positionate there?
Example:
In A3 i have "f5". If i write range("a3"
Thank you very much
Gerardo.