N
nidec
Dear members,
I have a problem. I created an access application that exports
a query into a new xls file. Then is start formating the cells.
I have two fields StatementE (English) and StatementD (Dutch) for each
record.
Those two statements are to be placed into one cell.
The first line normal (StatementE) and the Second Line (StatementD) in
Italic.
I already succeeded in placing both statement in one cell.
ObjXl.Cells.Range("A1") = Objxl.Cells.Range("B1") & _
chr(10) & Objxl.Cells.Range("C1")
But i can not format the second line to Italic. Already tried by
setting the source cell "C1" in Italic. But it only gives me the value
and not the Italic.
Best regards,
Nidec
I have a problem. I created an access application that exports
a query into a new xls file. Then is start formating the cells.
I have two fields StatementE (English) and StatementD (Dutch) for each
record.
Those two statements are to be placed into one cell.
The first line normal (StatementE) and the Second Line (StatementD) in
Italic.
I already succeeded in placing both statement in one cell.
ObjXl.Cells.Range("A1") = Objxl.Cells.Range("B1") & _
chr(10) & Objxl.Cells.Range("C1")
But i can not format the second line to Italic. Already tried by
setting the source cell "C1" in Italic. But it only gives me the value
and not the Italic.
Best regards,
Nidec