Property definition
expression.HasFormula
- Expression = Range object
- Returns:
- True if all cells in range contain a formulss
- False if none contain formulas
- Null if some cells contain a formula
- Read-only Variant
Example 1
Scenario
You have a column, where you want the user to have two options:
- By default include a formula
- Let the user enter a value manually
Solution
'
' Update only cells with formulas.
'
If ActiveSheet.Cells(Row, Column).HasFormula Then
' Update or refresh your formula here.
End If
Example 2
See MSDN's HasFormula Property page for an example which recalculates the active worksheet if any cell in the currently selected range contains a formula.
I really appreciate the kind of topics you post here. Thanks for sharing us a great information that is actually helpful. Good day!
ReplyDeleteexcel vba courses london