Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a problem with a recorded macro that "copy | special" data to another worksheet. Part of the data being copied is in merged cells BUT it is being copied to another sheet with the merged cells on that sheet exactly identical from where it is being copied from. I still get this error message though: Run-Time Error "1004" "This Operation Requires the merged cells to be identically sized" and this is the part of my macro that falls over and is highlighted yellow in break mode: '---Paste Special into 9AM worksheet --- Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False My question - does Excel allow copy | special from/to merged cells? Is there anything glearingly wrong with the syntax part of my macro? Thanks, Kay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy paste non merged to merged cells | Excel Worksheet Functions | |||
Cut & Paste Need Special Macro | Excel Discussion (Misc queries) | |||
paste special | values should work with merged cells | Excel Discussion (Misc queries) | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming | |||
Macro to Paste Special | Excel Programming |