Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i only use xl2003, and one of my clients has both xl2002 and xl2003. on the
xl2002 boxes, my code comes up with a message about there being a large amount of data on the clipboard and the macro halts. i believe it's this line, ActiveSheet.Copy which just copies the current sheet to a new workbook. since i don't have xl2002 installed, i was wondering if someone could help me out. -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Application.cutcopymode=false after the copy operation. Tim "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i only use xl2003, and one of my clients has both xl2002 and xl2003. on the xl2002 boxes, my code comes up with a message about there being a large amount of data on the clipboard and the macro halts. i believe it's this line, ActiveSheet.Copy which just copies the current sheet to a new workbook. since i don't have xl2002 installed, i was wondering if someone could help me out. -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have that in here already
-- Gary "Tim" <tim j williams at gmail dot com wrote in message ... Try Application.cutcopymode=false after the copy operation. Tim "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i only use xl2003, and one of my clients has both xl2002 and xl2003. on the xl2002 boxes, my code comes up with a message about there being a large amount of data on the clipboard and the macro halts. i believe it's this line, ActiveSheet.Copy which just copies the current sheet to a new workbook. since i don't have xl2002 installed, i was wondering if someone could help me out. -- Gary |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i found the problem, it wasn't the line of the copy, it was the subsequent
pastespecial line. i moved the application displayalerts=false and the macro just went to the error handler routine without pasting anything. so i removed it completely and found that they created their master sheets with MERGED CELLS and it threw and error when it tried to paste the values. -- Gary "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i only use xl2003, and one of my clients has both xl2002 and xl2003. on the xl2002 boxes, my code comes up with a message about there being a large amount of data on the clipboard and the macro halts. i believe it's this line, ActiveSheet.Copy which just copies the current sheet to a new workbook. since i don't have xl2002 installed, i was wondering if someone could help me out. -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL2002 SUM with a twist... | Excel Worksheet Functions | |||
GetOpenFilename xl2000 vs xl2002 | Excel Programming | |||
Using min and max function XL2002 | Excel Worksheet Functions | |||
Help with mscal.ocx XL2002 vs XL2003 | Excel Programming | |||
XL2002 / XP : Crashing problem | Excel Programming |