Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hello alltogether!
I want to write a macro that sorts my biblio references. When i use "find" in word 2003 to search for "[11]" it finds [11] in the text and also in the footnote, but when i use find in a macro it seems, that the footnotes arent searched. What could i do? I tried with: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = "[11]" .Replacement.text = "[11x]" .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute but no footnotes are searched. I hope for help Dominik |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to remove "Ignore " tags when spell checking | Microsoft Word Help | |||
The search "Find Next" with "wildcards" does not function properly | Microsoft Word Help | |||
"find" and "search/replace" modes | Microsoft Word Help | |||
Why can't "Word" find my "Outlook" address book? | Microsoft Word Help | |||
With macros enabled I still receive "macros disabled" warning. | Microsoft Word Help |