Duplicating a cell (EXACTLY)

G

Guest

Hi all:

I'm using Excel 2003. I need to know how to duplicate a cell (both the
contents AND any formatting) from one sheet of a workbook to another.

Normally, I would use:

{Dim, Set}
Sheet2.Cells(1,1) = Sheet1.Cells(1,1)

but this only duplicates the contents. If, for example, the cell on Sheet1
contained MARTY, with a red background and bold italics font with a cell
comment, the cell in Sheet2 would contain MARTY with default background and
font settings and no comment.

How can I make an EXACT duplicate of the cell?

Please advise. Thanks in advance.

MARTY
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top