Thursday 30 August 2012

VB.NET - Excel - How to make part of the string inside cell bold



osheet.Range("A1").Characters(Start:=0, Length:=10).Font.FontStyle = "Bold"
will produce This is my text inside the cell

No comments:

Post a Comment