Hello, in VBA, I am trying to find a value in a cell using Range("A1").Value
The problem I'm running into is "A1" contains a formula displaying the value. If I copy and paste A1 as just text the code works, but that's not a solution. The cell needs to remain variable. Any way to get VBA to recognize the text written in the cell?
Bookmarks