![]() |
#1
|
|||
|
|||
![]()
I believe this is a question for Microsoft programmers. I am trying to incorporate an EditFind command within a VBA procedure in Word 2010. It should exactly equal what would happen if you chose View, Macros, View Macros, Word Commands (under "Macros in"), EditFind, Run. (This could also be performed in Word 2010 by using "Advanced Find" on the dropdown choice for the Navigation bar, or by typing Alt-E, F.)
In 2007 or earlier, I could do this with either of the following With Selection.Find .MatchWholeWord = TrueEnd With On Error Resume Next Application.Run MacroName:="EditFind" _________________ - OR - _________________ On Error Resume Next With Dialogs(wdDialogEditFind) .Find = ""End With However, when I try using this code in Word 2010, the following results:
Thank you. |
Tags |
2010, advanced find, editfind |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
mwildem | Drawing and Graphics | 3 | 02-14-2013 10:59 AM |
Are user customizations transferable from Word 2003 to Word 2010 (2013)? | New Daddy | Word | 3 | 01-14-2013 07:25 AM |
Word auto-repair differences between word 2007 - 2010. | Svekris | Word | 2 | 05-13-2012 03:12 AM |
![]() |
RichardP | Word VBA | 6 | 04-26-2012 04:22 AM |
![]() |
robby | Word | 3 | 04-18-2012 06:37 PM |