hello everyone, i was wondering if there is a way that vba can recognize what formula you entered in your formula bar. For example let's say in
cells:
a1=2
b1=3
c3=sum(a1:b1)=5
i was wondering if there is a way that vba could recognize cell c3 as "sum(a1:b1)" instead of 5???
--------
Bookmarks