W
Wouter HM
Hi there,
I am using Excel 2007, the Ducth version.
I have created a workbook with macros, partly recorded.
In one of the I am using some code like
With ActiveCell
If .Value < gdblNormValue Then
.Style = "Ongeldig"
End If
End With
In the English version it shoul be
With ActiveCell
If .Value < gdblNormValue Then
.Style = "Bad"
End If
End With
Is there a constant I can ue instead of the text "Bad"?
Thanks
Wouter
I am using Excel 2007, the Ducth version.
I have created a workbook with macros, partly recorded.
In one of the I am using some code like
With ActiveCell
If .Value < gdblNormValue Then
.Style = "Ongeldig"
End If
End With
In the English version it shoul be
With ActiveCell
If .Value < gdblNormValue Then
.Style = "Bad"
End If
End With
Is there a constant I can ue instead of the text "Bad"?
Thanks
Wouter