I'm pretty new with Excel VBA, so excuse me, if this question is simple :) I've spent half a day trying to google some simple and elegant way to solve my little question, but haven't succeeded yet.
The problem: I need to go through every cell with formula on the sheet and change the formula in some way (doesn't matter how).
So, what is the most efficient way to do so?
By now, I wrote some code lines that work with UsedRange, but they work incorrectly, because I haven't figured out how to identify the first cell in the UsedRange
Many thanks in advance
Regards, PG