![]() |
#1
|
|||
|
|||
![]()
Hi,
Word VBA code was written in finding the word in a document and trying to get next word or characters after search word. Example: In a sample.dotm, I am searching a word "Heading" in a forward=false which means up. I am able to find it and i want to know the next word or next characters after "Heading" using word vba. Can some one help me out. Here is the code i am trying to use: Code:
With Selection.Find .text = "Heading" .Replacement.text = "" .Forward = True .Wrap = wdFindAsk .Format = False .MatchCase = True .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute Thanks in advance. SDondeti. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
APAV | Word | 9 | 10-09-2017 01:17 PM |
How to find out the version of the word files? | mariaprabudass | Word | 0 | 06-18-2010 05:40 AM |
![]() |
Bobosmite | Word | 6 | 05-27-2010 08:09 PM |
How to find the version of word file? | mariaprabudass | Word | 6 | 04-29-2010 03:33 AM |
FInd recurring words in Word 2003 | NJ007 | Word | 4 | 01-25-2010 03:11 PM |