keyboard1960
New Member
- Joined
- Aug 28, 2002
- Messages
- 7
Using VBA, how can I evaluate a cell for a value that contains a formula? Example(IF(I2=I3,IF(J2=J3,"",D2),"") returns a conditional value. My macro cannot distingush between the value and the formula. Help!