B
Bear
Does anyone have any tips or links to information about localizing my VBA
code? So far it's been running in North America and Australia, where some
form of English can be selected from the Regional Options, and where an
English keyboard is in use.
Now I'm going into Spain, and aside from a different keyboard layout, some
macros seem to stumble. Here's the most common error message:
The Find What text contains a Pattern Match expression which is not valid.
I'm also wondering how I should handle the different delimiters used in
numbers (decimals vs. commas). Date formats aren't a big problem yet.
Can I detect the language settings in VBA?
Bear
code? So far it's been running in North America and Australia, where some
form of English can be selected from the Regional Options, and where an
English keyboard is in use.
Now I'm going into Spain, and aside from a different keyboard layout, some
macros seem to stumble. Here's the most common error message:
The Find What text contains a Pattern Match expression which is not valid.
I'm also wondering how I should handle the different delimiters used in
numbers (decimals vs. commas). Date formats aren't a big problem yet.
Can I detect the language settings in VBA?
Bear