![]() |
#1
|
|||
|
|||
![]()
I am using the routine below to find the position of a keyword inside a document.
The problem is that the code will also select the matching text, and reposition the page so that this will be displayed at the top of the Word application. How can I get the position of the keyword in a seamless way, without having it selected and the page repositioned, please? Code:
With Selection.Find .ClearFormatting .Text = "keyword" .Font.Size = 10 .Font.Name = Verdana .Forward = True .Wrap = wdFindStop .Execute If .Found = True Then Position = Selection.Start End If End With MsgBox (Position) |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Finding raised characters by 0.5 pt step (Font.Position pb) | iwonder | Word VBA | 1 | 07-14-2017 07:57 AM |
![]() |
King Mustard | Excel | 2 | 04-07-2017 12:06 AM |
Textboxes position isn't equal to initial position | dxdevil | Word VBA | 0 | 01-30-2017 04:32 AM |
![]() |
Ajay2506 | Word VBA | 4 | 06-28-2016 05:34 AM |
![]() |
tvincent8118 | Word VBA | 1 | 06-23-2015 04:45 AM |