![]() |
#2
|
|||
|
|||
![]()
Try:
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey Dim oRng As Word.Range Set oRng = ActiveDocument.Range With oRng.Find .ClearFormatting .Text = "[0-9]{1,3}[ .,']{1}[0-9]{3}.[0-9]{2}" With .Replacement .Text = "" With .Font .ColorIndex = wdRed .Size = 18 End With End With .Format = True .MatchWildcards = True .Execute Replace:=wdReplaceAll End With End Sub |
Tags |
numeric values |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convert alphabets to numeric values | kjxavier | Word | 3 | 07-06-2014 05:34 AM |
Convert numeric values with decimals to alphabets | kjxavier | Word | 1 | 07-06-2014 01:44 AM |
![]() |
slovenc0417 | Excel | 2 | 06-07-2013 07:58 PM |
![]() |
achuki | Excel | 5 | 02-07-2012 02:14 PM |
![]() |
stnicholas81 | Excel | 1 | 07-25-2011 01:31 AM |