Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-17-2025, 02:10 AM
RobiNew RobiNew is offline Replacing question mark plus wrong angle quotation mark Windows 11 Replacing question mark plus wrong angle quotation mark Office 2016
Competent Performer
Replacing question mark plus wrong angle quotation mark
 
Join Date: Sep 2023
Posts: 225
RobiNew is on a distinguished road
Default Replacing question mark plus wrong angle quotation mark

Hi! I need help to replace wrong "?«" with "?»", for the result is "«»". Here is the code:
Sub AngleQuotationMarks()
Options.AutoFormatAsYouTypeReplaceQuotes = False
For iType = 1 To 2
Set oRng = ActiveDocument.StoryRanges(iType)
With oRng.Find
.ClearFormatting
.Replacement.ClearFormatting


.Wrap = wdFindStop
.Format = False
.MatchWildcards = True
.Text = "\?" & "(^0171)" 'to find ?«
.Replacement.Text = "\1" & "^0187" 'to replace with ?»
.Execute Replace:=wdReplaceAll
End With
Next iType
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Picking up trailing space before quotation mark WJSwanepoel Word 5 02-10-2025 01:31 PM
Trying to write a regular question mark with wildcards activated frayfray96 Word 3 09-02-2023 08:21 AM
Replacing question mark plus wrong angle quotation mark Symbol in heading showing as question mark using StyleRef NU2word Word 2 11-04-2022 10:12 AM
Replacing question mark plus wrong angle quotation mark Em dash and closing curly quotation mark lexsper Word 3 04-07-2015 07:12 AM
Replacing question mark plus wrong angle quotation mark Upside Down Question Mark? dsfcom Word 3 10-07-2011 05:57 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft