J
Jan Kucera
Hi,
I have a problem that I am developing on english versions of Office
(2007) and my macros run on localized versions.
So for example, I can use Cells.Style.Name = "Checked Cell", but this throws
an exception on the czech version, for example.
I've discovered there are Name and NameLocal properties, as well as
NumberFormat and NumberFormatLocal - why they aren't used? I see all of them
to be localized.
So... to ask my question, how could I set style or number format to the
built-in one and make that work on all localizations?
Thanks, Jan
I have a problem that I am developing on english versions of Office
(2007) and my macros run on localized versions.
So for example, I can use Cells.Style.Name = "Checked Cell", but this throws
an exception on the czech version, for example.
I've discovered there are Name and NameLocal properties, as well as
NumberFormat and NumberFormatLocal - why they aren't used? I see all of them
to be localized.
So... to ask my question, how could I set style or number format to the
built-in one and make that work on all localizations?
Thanks, Jan