Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default BOLD WORDS IN CONCATENATE FORMULA

On May 9, 7:17*am, dpk wrote:
Word * * * *Cell
My Name *A1
Deepak * * A2

@CONCATENATE( A1"-"A2)

I WANT A RESULT *Deepak shown BOLD


Sub putemtogetherandbold()
mybreak = Len(Range("a1")) + 1
Range("a3") = Range("a1") & "-" & Range("a2")
Range("a3").Characters(mybreak, 256).Font.Bold = True
End Sub
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
How to concatonate two words with first word in BOLD format? nculbert Excel Discussion (Misc queries) 3 February 22nd 10 10:20 PM
Concatenate and Bold Pedro Costa Excel Worksheet Functions 3 August 1st 09 12:39 PM
How do I bold face text1 but not others in a concatenate string? Jennifer Excel Discussion (Misc queries) 1 August 7th 08 12:31 PM
Concatenate 2 cells, and have one cell value display as bold? Pierre Excel Worksheet Functions 3 April 26th 07 02:04 PM
How do i make certain words automatically bold themselves. INFO@Skyline New Users to Excel 6 November 9th 06 09:09 PM


All times are GMT +1. The time now is 09:50 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"