Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
I am attempting some copy and pasting of cells in a large worksheet ( not sure if attachments are allowed here ) Basically on the settings' page I set the year using the slider feature and the calender is created in the calender sheet and then copied to the various months of the year. The row height and column width have been checked and are identicle across all the pages. When I run the code I get an error ( RUN TIME ERROR 1004 ) which basically says that this operation requires the cells be identically sized. This line of the VB code is highlighted. Worksheets(strPageName).Range("A5").PasteSpecial Paste:=xlPasteValues I have checked all the cells and cannot see the problem. Can anyone help ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting into merged cells | Excel Discussion (Misc queries) | |||
(2003) Pasting into merged cells | Excel Worksheet Functions | |||
Pasting on Filtered Data Sheets without pasting onto hidden cells | Excel Discussion (Misc queries) | |||
Pasting into merged cells | Excel Discussion (Misc queries) | |||
Copy and paste of sheets via VBA code that has merged cells | Excel Programming |