Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Formatting part of Cell

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.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Formatting part of Cell

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.




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Formatting part of Cell

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.






  #4   Report Post  
Posted to microsoft.public.excel.programming
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.








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formatting only applies to part of cell text klkropf Excel Worksheet Functions 12 April 15th 14 03:53 PM
Conditionally formatting just part of a cell contents - how? Mac Excel Worksheet Functions 1 March 22nd 09 04:23 PM
Conditional formatting & decimal part of a number in cell Mac Excel Worksheet Functions 4 August 16th 08 10:45 PM
Conditional formatting for part of a cell Marie Bayes Excel Discussion (Misc queries) 7 September 8th 06 06:47 PM
Conditional Formatting - part of cell only RobDDrums Excel Discussion (Misc queries) 1 January 9th 06 11:11 PM


All times are GMT +1. The time now is 11:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"