View Single Post
 
Old 01-10-2018, 08:43 PM
zixuan zixuan is offline Windows 8 Office 2007
Novice
 
Join Date: Jan 2018
Posts: 4
zixuan is on a distinguished road
Default Underlining Certain texts within a paragraph

Hi all!

I've got a cell within a table, and within those cells are bullets as such:
  • In particular to Teachers Bullying (Dec): 122/12/11
  • In particular to Staff Physical (Nov): 111/21/23
  • Recurring feedback on Staff Physical (Nov): 111/21/23

So what I'd like to do is to underline everything between In particular to and ":"

Im putting the entire cell into a For Each objParagraph In Selection.Range.Paragraphs loop, after which I did calculations to get the Starting & Ending index(Int) to underline per paragraph/bullet(Via Len() function). However I do not know how to manipulate these range or underline where range is between Starting & Ending.

Kindly seeking your assistance :/ sorry for bad english haha
*Sorry I've got no codes to show, my work is within a VPN Environment & extremely difficult to extract as such.
Reply With Quote