G Guest Oct 7, 2004 #1 Is there a function that I use in VBA to find out if a cell contains a function
T Tom Ogilvy Oct 7, 2004 #2 if activeCell.Hasformula then -- Regards, Tom Ogilvy venky said: Is there a function that I use in VBA to find out if a cell contains a Click to expand... function
if activeCell.Hasformula then -- Regards, Tom Ogilvy venky said: Is there a function that I use in VBA to find out if a cell contains a Click to expand... function
G Guest Oct 7, 2004 #3 Thank you time. this helps. Tom Ogilvy said: if activeCell.Hasformula then -- Regards, Tom Ogilvy function Click to expand...
Thank you time. this helps. Tom Ogilvy said: if activeCell.Hasformula then -- Regards, Tom Ogilvy function Click to expand...