Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to set style in Range object? | Excel Programming | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
Excel2000: Opening *.csv through VBA and International Settings | Excel Programming | |||
Checking for the border style of a range | Excel Programming | |||
A1 style Range in programming | Excel Programming |