ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Confused about formatting of contents and cells? (https://www.excelbanter.com/excel-programming/352234-confused-about-formatting-contents-cells.html)

ZZBC[_2_]

Confused about formatting of contents and cells?
 
For example:
If a cell contains 4 words "This is a Test" and the word Test is
displayed in a different color and of a different font size ...
with the rest of the string ... how would one copy the contents of that
cell to another cell which is say of a different size, etc. without
changing other properties of that cell?
Bob

Dave Peterson

Confused about formatting of contents and cells?
 
I would think you'd have to look at every character in the cell and keep track
of the properties you need to keep track of.

Then copy and paste and apply the properties you want for each character.

=====
Or look at the receiving cell. Make a note of the font size and reapply that
(to the whole cell???) after you copy|paste the funny formatted cell.



ZZBC wrote:

For example:
If a cell contains 4 words "This is a Test" and the word Test is
displayed in a different color and of a different font size ...
with the rest of the string ... how would one copy the contents of that
cell to another cell which is say of a different size, etc. without
changing other properties of that cell?
Bob


--

Dave Peterson

Toppers

Confused about formatting of contents and cells?
 
Bob,

Does this help?

Range("a1").copy range("b1") <=== B1 takes properties of A1

Range("b1")=Range("a1") <=== B1 retains its properties

HTH


"ZZBC" wrote:

For example:
If a cell contains 4 words "This is a Test" and the word Test is
displayed in a different color and of a different font size ...
with the rest of the string ... how would one copy the contents of that
cell to another cell which is say of a different size, etc. without
changing other properties of that cell?
Bob



All times are GMT +1. The time now is 07:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com