Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks in advance is there any way to preserve formating when
concantenating strings for example example one "example" would be aerial font and "one" would be times new roman font, italic bold for instance If it is not possible with a formula what about a macro Cheers David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You would have to reset the formatting, character by character using the
characters method. You can get a start by formatting some of the characters of a single cell entry with the macro recorder turned on. then you can adapt that to loop through the characters and apply the settings from the originals. -- Regards, Tom Ogilvy wrote in message ups.com... Thanks in advance is there any way to preserve formating when concantenating strings for example example one "example" would be aerial font and "one" would be times new roman font, italic bold for instance If it is not possible with a formula what about a macro Cheers David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table - How to Set and Preserve my Formating for all futurepivots | Excel Worksheet Functions | |||
How do I Preserve Borders? | Excel Discussion (Misc queries) | |||
Preserve settings | Excel Discussion (Misc queries) | |||
how to preserve data? | Excel Programming | |||
How preserve the value of NOW() or TODAY()? | Excel Programming |