Lets say I have a number 4,33916511 and I need to make the third number after comma bald. In this case to make number 9 bald. Maybe anyone could help me?
Lets say I have a number 4,33916511 and I need to make the third number after comma bald. In this case to make number 9 bald. Maybe anyone could help me?
try this:
Cheers!!![]()
Sub bold() iPos = WorksheetFunction.Find(",", Range("A1")) With Range("A1").Characters(Start:=iPos + 1, Length:=1).Font .FontStyle = "Bold" End With End Sub
Looks like VBA is the only solution:
http://www.excelforum.com/excel-prog...using-vba.html
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks