![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#2
|
|||
|
|||
|
If your cursor is at the start of the known title, you can run this macro:
Code:
Sub ScratchMacro() 'A basic Word Macro coded by Gregory K. Maxey Dim oRng As Range Set oRng = Selection.Range oRng.EndOf Unit:=wdSection, Extend:=wdExtend oRng.Select lbl_Exit: Exit Sub End Sub |
| Tags |
| resources, select text |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching in main body document and text boxes at the same time | laith93 | Word VBA | 0 | 10-31-2021 10:38 AM |
| Searching for e-mails in a Shared Mailbox prior to start date. | m5fgn | Outlook | 4 | 08-08-2019 03:43 AM |
Change Drawing Tools to Text Box Tools to insert address in labels
|
Alecf | Drawing and Graphics | 5 | 09-01-2017 05:27 AM |
| Start and stop an executeble from vba | remmyMartin | Outlook | 0 | 01-12-2012 08:09 AM |
Remove text in start up document
|
Sheila | Word | 1 | 09-30-2010 03:33 PM |