Hi All,
How do I copy a merged cell into another worksheet with formatting intact.
In our report there is a cell with a lot of comments, sometimes people like to highlight the most important bits. When cell is being copied into another worksheet (with simple ?=? to cell) all the formatting will disappear. I even tried a macro to do this but I am getting an error that says ?can?t do it for the merged cells?.
Worksheets("Copy").Range("B2").Copy Worksheets("Paste").Range("B2")
To summarise I would like to copy merged cell B2 from Sheet ?copy? into cell B2 in sheet ?paste? with the same formatting.
Thank you
Bookmarks