View Single Post
 
Old 10-03-2023, 05:58 AM
vivka vivka is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Jul 2023
Posts: 302
vivka is on a distinguished road
Default

Hi, RobiNew! Try replacing your Cset with:
Cset:="[ .,:;]"

Besides, although I didn't check it, I don't think the following line is needed, because we work with range: Rng.MoveStartUntil ("http")

Another point to consider: if a hyperlink is followed by any number of chars other than space, these chars will be included into the hyperlink,
which may result in wrong addressing, so I think adding puctuation marks to Cset is not needed.
Reply With Quote