Group: microsoft.public.word.vba.general
From: =?Utf-8?B?QmVhcg==?=
Date: Thursday, April 10, 2008 3:19 PM
Subject: RE: Localize my VBA?

Okay, I found that particular problem. It was the Spanish list delimiter. For
some reason the Range.Find function is sensitive to the list delimiter. The
code

.Text = "[0-9]{1;2}.^t

works because I use ";" as a list separator rather than ","

I can also determine the application.international(wdListSeparator) and use
that in an If structure to offer two different Range.Find statements.

But there must be more information on preparing code for international use.

Any suggestions?

--
Windows XP, Word 2000