AlexPDEBMan
New Member
- Joined
- Dec 22, 2010
- Messages
- 15
Hi
I have some VBA code that loops through a selection of rows to check for a certain value. The actual rows of data I am looping through are worksheet formulas. Is there any way I can use VBA to read the cells as the results of the formulae instead of the actual formulae itself? I know I could just copy and paste values over the cells before I loop through them but I don't want to do that!
Cheers
I have some VBA code that loops through a selection of rows to check for a certain value. The actual rows of data I am looping through are worksheet formulas. Is there any way I can use VBA to read the cells as the results of the formulae instead of the actual formulae itself? I know I could just copy and paste values over the cells before I loop through them but I don't want to do that!
Cheers