Group: microsoft.public.word.vba.general
From: =?Utf-8?B?SmVhbi1HdXkgTWFyY2ls?=
Date: Tuesday, April 01, 2008 8:26 AM
Subject: RE: WildCard

"Lachezar Parvov" wrote:

> Hi. I have a problem with wildcard. I use Ms Word 2003 and use to Find and
> replace dialog.
>
> I have current text:
>
> text
> [[ text [[ name [ text ]] text ]]
> text
>
> I want to find this [[ text [[ name [ text ]] text ]]
> I use wildcard and this \[\[*\]\] but Word find this [[ name [ text ]]
>
> Plecae help me how I can find [[ text [[ name [ text ]] text ]]

Have you tried
\[\[*\]\]*\]\]
???