Formatting part of Cell

  • Thread starter Thread starter Voskre
  • Start date Start date
V

Voskre

Hello to everybody.

I have a set of cells filled with different texts.
I need to bold formatting a word (not always the same) of each text.
Any idea either how to do that or where to find something done?

Thanks for any help.

V.
 
Try this

Range("A1").Value = "Hi There"
Range("A1").Characters(Start:=4, Length:=5).Font.Bold = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top