Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Excel Experts,
I use Excel 2003. I have the below problem. Any help grealy appreciated. 1. My program parses a xls file A and generates a sheet 'S' that has a range of data. Every cell in this range has multiple lines of text (Please note: there are multiple lines per *cell* on 'S'). Each line within the cell may be in a different colour (each colour signifies something). 2. After generating this data for the entire xls file A, I'm required to append two more lines of text every cell in sheet 'S'. My problem is here. Once I say append, the whole cell changes to the colour of the first line of text in that cell. Below is the sample code. How do I avoid this and retain the colour of the various lines in the cell? Worksheets(WWD_Sheet).Cells(idx, ssidx + 1) = "Append Something" & _ Worksheets(WWD_Sheet).Cells(idx, ssidx + 1) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to turn off standard toolbar, formatting... Microsoft Excel 20 | Excel Discussion (Misc queries) | |||
Concatenate with Formatting | Excel Programming | |||
CONCATENATE Date formatting | Excel Worksheet Functions | |||
Concatenate and Conditional Formatting | Excel Discussion (Misc queries) | |||
Microsoft Query SQL Concatenate | Excel Discussion (Misc queries) |