Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default xl2002 problem

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   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default xl2002 problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default xl2002 problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default xl2002 problem

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
XL2002 SUM with a twist... Trevor Williams Excel Worksheet Functions 4 December 9th 09 10:28 AM
GetOpenFilename xl2000 vs xl2002 Greg Wilson Excel Programming 4 October 24th 05 09:08 AM
Using min and max function XL2002 Extremely Aggravated Excel Worksheet Functions 1 September 23rd 05 06:29 PM
Help with mscal.ocx XL2002 vs XL2003 M. Authement Excel Programming 1 August 19th 05 04:11 PM
XL2002 / XP : Crashing problem mike_tyrer[_4_] Excel Programming 2 September 28th 04 11:44 PM


All times are GMT +1. The time now is 03:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"