Concatenate 2 or multiple cell and change format
Concatenate 2 or multiple cell and change format
Hi minhys1,
Try below code …
![]()
Sub test() With Range("D3") .Value = [B3] & " " & [B5] .Characters(1, Len([B3])).Font.Bold = True .Characters(Len([B3]) + 2, Len([B5])).Font.Italic = True End With End Sub
If I was able to help, you can thank me by clicking the * Add Reputation under my user name
nankw83, yes , your code work good. If using VBA function, it will be better![]()
Thanks minhys1 for the reps
As far as I know, you can NOT have different text formatting in an excel function
nankw83, thank you support me
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks