![]() |
|
#1
|
|||
|
|||
![]()
Hi, Jakov93! There are several types of a dash: minus/hyphen (chr(45)), en-dash (chr(150)), and em-dash (chr(151). Try using each of them or alll of them at once with .MatchWildcards = True:
Code:
.text = "[" & Chr(45) & Chr(150) & Chr(151) & "]" & Chr(32) Code:
With oRng.Find .ClearFormatting .Replacement.ClearFormatting .text = "(?)- " .Replacement.text = "\1" .Forward = True .Wrap = wdFindStop .Format = False .MatchCase = False .MatchWholeWord = False .MatchAllWordForms = False .MatchSoundsLike = False .MatchWildcards = True .Execute Replace:=wdReplaceAll End With |
#2
|
|||
|
|||
![]() Quote:
vivka, no change occurs after applying the code try this within the NO‑producing cell and those in bystander cells35. In mice, NO is considered essential for con‑ trolling Leishmania, as iNOS‑deficient mice are sus‑ ceptible to iNOS (NOS2) in lesions of patients with cutaneous leish‑ maniasis compared with normal skin. Thanks |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
rogiburn | Word | 3 | 05-12-2021 10:24 AM |
![]() |
technofleep | Word | 7 | 06-28-2016 04:39 PM |
![]() |
barrage | Word | 1 | 12-16-2015 02:59 PM |
![]() |
spc94 | Word VBA | 3 | 06-25-2015 04:46 AM |
Copied shape/text box pastes as an image in Word | spectator | Word | 0 | 06-04-2014 08:45 AM |