L
Legacy 93538
Guest
Hi
Does anyone know how to extract a forumla from a cell?
I have a macro which loops through a cell range and I need to add to this so that it says if the cell has a forumla which starts with SUM then. I have tried:
Would haveing .value work?
Thanks
Jeskit
Does anyone know how to extract a forumla from a cell?
I have a macro which loops through a cell range and I need to add to this so that it says if the cell has a forumla which starts with SUM then. I have tried:
Code:
If cell.forumla = "SUM*:*" Then
Would haveing .value work?
Thanks
Jeskit