PC Review


Reply
Thread Tools Rate Thread

BOLD WORDS IN CONCATENATE FORMULA

 
 
dpk
Guest
Posts: n/a
 
      9th May 2011
Word Cell
My Name A1
Deepak A2


@CONCATENATE( A1"-"A2)

I WANT A RESULT Deepak shown BOLD

 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      10th May 2011
On May 9, 7:17*am, dpk <dpk1...@gmail.com> 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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate and Bold Pedro Costa Microsoft Excel Worksheet Functions 3 1st Aug 2009 12:39 PM
How do I bold face text1 but not others in a concatenate string? Jennifer Microsoft Excel Misc 1 7th Aug 2008 12:31 PM
Concatenate 2 cells, and have one cell value display as bold? Pierre Microsoft Excel Worksheet Functions 3 26th Apr 2007 02:04 PM
Re: Bold words in a MsgBox Минин Павел Microsoft Access 0 23rd Jan 2005 04:46 PM
Bold Specific Words MarkA Microsoft Access VBA Modules 1 7th Aug 2003 12:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:00 PM.