Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to add and remove characters from the end of cells in an
existing worksheet. Some of the existing characters in the cells have character formats like bold or italic. The problem is that I cannot find a way to preserve the existing character formatting in the cells. The following example will lose all character formats in a cell. ActiveCell.Value = ActiveCell.Value & "@" It is easy to do by hand but it seems impossible through VBA. Is there an easy way of preserving the existing character formats? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell formatting in excel - more than 1 character at a time | Excel Discussion (Misc queries) | |||
Excel 2007 - Formatting text in cell (character by character) | Excel Discussion (Misc queries) | |||
formatting colour in cells when one cell contains a character | Excel Worksheet Functions | |||
Preserve cell formatting as SSN | Excel Discussion (Misc queries) | |||
How to preserve formatting with vlookup | Excel Discussion (Misc queries) |