SyntaxFix
Write A Post
Hire A Developer
Questions
If you have merged cells,
Sub OneCell() Sheets("Sheet2").range("B1:B3").value = Sheets("Sheet1").range("A1:A3").value End Sub
that doesn't copy cells as they are, where previous code does copy exactly as they look like (merged).