Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My Code:
It Bombs after running Line 6; Public Sub CellFormat() Application.ScreenUpdating = False r = ActiveCell.Row Worksheets("CellFormat") _ .Range("C1:N1").EntireRow.Copy Worksheets("Sheet1").Activate Rows("r:r").Select <<< Bombs Here with R/T error 1004.. Why? ActiveSheet.Paste Application.CutCopyMode = False Application.ScreenUpdating = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
Copy paste non merged to merged cells | Excel Worksheet Functions | |||
Copy/Paste into merged cells | Excel Discussion (Misc queries) | |||
Autofit Merged cell Code is changing the format of my merged cells | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) |