View Single Post
 
Old 06-02-2025, 11:51 PM
victorybadges victorybadges is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Dec 2020
Posts: 39
victorybadges is on a distinguished road
Default

sorry,
meant to post this
StrTxt = Split(.SelectedItems(j), "")(UBound(Split(.SelectedItems(j), "")))
StrTxt = Left(StrTxt, InStrRev(StrTxt, "."))
Reply With Quote