in A1 using vba i would to do:
john is strong
cells(1,1) = ?
thanks
in A1 using vba i would to do:
john is strong
cells(1,1) = ?
thanks
The syntax looks like this
Starting character position, and then how many characters you want to highlight as bold.
ActiveCell.Characters(9, 6).Font.Bold = True
then activate macro recorder, select the word and make it strong, stop macro recorder and see the code![]()
Please Login or Register to view this content.
If solved remember to mark Thread as solved
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks