Thread
: [Solved]
need to check whether cell contains formula
View Single Post
07-23-2010, 08:34 AM
ConneXionLost
Windows XP
Office 2003
Simulacrum
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
Here's a UDF that will do what you ask:
Code:
Function IsFormula(cell) IsFormula = cell.HasFormula End Function
Cheers,
ConneXionLost
View Public Profile
Find all posts by ConneXionLost