srob3

Results 1 issues of srob3

In Excel VBA, if I have text in the cell referenced by the range object r, I can do: `r.Characters(1, 10).Font.Underline = True` to underline just the first 10 characters...