View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Formatting part of Cell

It works.

I know <vbg


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Voskre" wrote in message ...
It works.

Thanks

V.
"Ron de Bruin" ha scritto nel messaggio
...
Try this

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


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Voskre" wrote in message

...
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.