![]() |
#2
|
|||
|
|||
![]() Code:
Sub ScratchMacro() 'A basic Word Macro coded by Gregory K. Maxey Dim oRng As Range Set oRng = ActiveDocument.Range With oRng.Find .Text = "PATH:2 - 5AX TRIM*\<*\>*G00 Z4" .MatchWildcards = True Do While .Execute oRng.Select 'or do what you wish with the range of text Loop End With lbl_Exit: Exit Sub End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building Block Text into a variable | tonse | Word VBA | 1 | 11-16-2023 06:10 AM |
how to create a block text and when click on the title of block hide and unhide the block | labasritas@free.fr | Word | 4 | 09-17-2017 01:17 PM |
What is this block of text? | nyempire | Word | 5 | 05-26-2016 06:08 AM |
how to make building block content control determine bb to display elsewhere | jamles12 | Word VBA | 5 | 11-16-2013 11:38 AM |
Anyway to determine time/date of text creation? | pureride | Word | 1 | 01-05-2010 02:09 PM |