Is there anything that I can do in VBA to apply an Underline start & Underline stop command to only a portion of a text string?
Example Code:
So the end result in cell 'A1' would be the text "The quick brown fox jumps over the lazy dog."
(Apparently it's easy to do using BB Code in this post)
Example Code:
Code:
Range("A1").Value = "The quick brown " & Start Underline & "fox jumps over" & Stop Underline & " the lazy dog."
So the end result in cell 'A1' would be the text "The quick brown fox jumps over the lazy dog."
(Apparently it's easy to do using BB Code in this post)