FormatConditions(1).Formula1
I had an idea: place ActiveCell.FormatConditions(1).Formula1 into an unused
cell and let XL evaluate it, but it failed because of my using a national
language version of XL2003 (Hungarian).
ActiveCell.FormatConditions(1).Formula1 returns the formula in Hungarian
unlike a normal ActiveCell.Formula that returns the formula translated into
English. When placing ActiveCell.Formula back into another cell XL
re-translate it into Hungarian and it works well. But when trying to place
ActiveCell.FormatConditions(1).Formula1 into an unused cell, XL tries to
re-translate the Hungarian text (XL expects it to be English) into Hungarian
and , of course, it fails!
Any idea?
Stefi
€žStefi€ť ezt Ă*rta:
Hi All,
It is known that
ActiveCell.FormatConditions(1).Formula1
returns the formula as a string.
How can I ask if this formula fulfils for ActiveCell (or another cell) or not?
Thanks,
Stefi
|