Check the FAQ. The example there talks about bold, but I'm pretty certain your underline issue is caused by the same thing.
So adding a line similar to "s.Font.Bold = False" should work: "s.Font.Underline = False"
So adding a line similar to "s.Font.Bold = False" should work: "s.Font.Underline = False"