Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to concatonate two words with first word in BOLD format? | Excel Discussion (Misc queries) | |||
Concatenate and Bold | Excel Worksheet Functions | |||
How do I bold face text1 but not others in a concatenate string? | Excel Discussion (Misc queries) | |||
Concatenate 2 cells, and have one cell value display as bold? | Excel Worksheet Functions | |||
How do i make certain words automatically bold themselves. | New Users to Excel |