![]() |
#1
|
|||
|
|||
![]()
Hi! I'm trying to replace m-dashes with n-dashes between two digits (text and footnotes) without using Selection. How can I modify this code? Thanks!
Sub DASHES() Dim mStory As Range Dim mRange As Range For Each mStory In ActiveDocument.StoryRanges mStory.Find.Execute FindText:="^#" & Chr(150) & "^#", ReplaceWith:=Chr$(45), Replace:=wdReplaceAll Next mStory Set mStory = Nothing End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
find and replace only in current selection | Bikram | Word VBA | 4 | 11-12-2021 07:31 AM |
Find and replace numbers (up to three digits) | ballpoint | Word | 3 | 06-13-2018 08:58 AM |
![]() |
imported_contiw | Word | 14 | 10-04-2017 01:03 PM |
Macro to replace digits with letters | Bananabean | Word VBA | 6 | 09-14-2013 09:28 PM |
![]() |
Glynda | Mail Merge | 1 | 04-08-2011 12:17 AM |