View Single Post
 
Old 06-03-2025, 12:23 AM
macropod's Avatar
macropod macropod is offline Windows 10 Office 2016
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Replace:
Code:
StrTxt = ": " & Left(StrTxt, InStrRev(StrTxt, "."))
with:
Code:
StrTxt = ": " & Left(StrTxt, InStrRev(StrTxt, ".") - 1)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote