S
Sebastian
We need to crate TOC with language dependent separators, to achieve this
we've created a macro, but we need a full list :
....cut...
Select Case System.CountryRegion
Case wdGermany, wdNetherlands
targetSeparatorChar = ";"
Case wdUS, wdUK, wdCanada, wdItaly
targetSeparatorChar = ","
Case wdOtherCountry
targetSeparatorChar = "???"
....cut...
I couldn't find such list....
Any helpful suggestions?
we've created a macro, but we need a full list :
....cut...
Select Case System.CountryRegion
Case wdGermany, wdNetherlands
targetSeparatorChar = ";"
Case wdUS, wdUK, wdCanada, wdItaly
targetSeparatorChar = ","
Case wdOtherCountry
targetSeparatorChar = "???"
....cut...
I couldn't find such list....
Any helpful suggestions?