Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default How to get different text formats in a concatenate function

hello,

I have two text cells which I combine into one. This goes ok, but now I
have to make part of the output in bold and part not. When I try to do this
in the formula bar by selecting the specific part, the bold button remains
grey. Anybody any suggestions ?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default How to get different text formats in a concatenate function

You can't format parts of a formula with different colours,
bold/italic/underline etc


--
Regards,

Peo Sjoblom



"Evelyn" wrote in message
...
hello,

I have two text cells which I combine into one. This goes ok, but now I
have to make part of the output in bold and part not. When I try to do
this
in the formula bar by selecting the specific part, the bold button remains
grey. Anybody any suggestions ?

Thank you



  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default How to get different text formats in a concatenate function

You could do Copy PasteSpecial Values, to get rid of the formulas then do
formatting as you've described..........

Or, you could "simulate" something with code, but not maybe to your exact
needs...

Sub BoldMe()
ActiveCell.Characters(Start:=5, Length:=5).Font.FontStyle = "Bold"
End Sub

Vaya con Dios,
Chuck, CABGx3


"Evelyn" wrote:

hello,

I have two text cells which I combine into one. This goes ok, but now I
have to make part of the output in bold and part not. When I try to do this
in the formula bar by selecting the specific part, the bold button remains
grey. Anybody any suggestions ?

Thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default How to get different text formats in a concatenate function

On Fri, 8 Jun 2007 07:59:09 -0700, Evelyn
wrote:

hello,

I have two text cells which I combine into one. This goes ok, but now I
have to make part of the output in bold and part not. When I try to do this
in the formula bar by selecting the specific part, the bold button remains
grey. Anybody any suggestions ?

Thank you


You can only differentially format actual text strings. There is no ability to
do what you want with the result of a formula.

You could execute the formula in a VBA Sub, and have the Sub write a text
string to the cell, which could then be differentially formatted. But the
contents of the cell must be a text string.
--ron
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
Replace Function Removes Text Formats In Cell Angst Excel Discussion (Misc queries) 0 March 9th 07 05:28 PM
use concatenate function to put carrage returns in a text string dabblingandconfused Excel Worksheet Functions 4 August 15th 06 04:58 PM
Custom number formats in TEXT function MatthewB Excel Worksheet Functions 4 June 28th 06 09:05 PM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
number formats after concatenate Mary Excel Worksheet Functions 1 October 14th 05 10:59 AM


All times are GMT +1. The time now is 03:04 AM.

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

About Us

"It's about Microsoft Excel"