View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MD MD is offline
external usenet poster
 
Posts: 7
Default excel's memory limits

I understand that excel2002 has about 160mb of memory (heap) and excel2003
is RAM managed. Does using a sub that copies and pastes into the clipboard
jam up that memory to a point that the clipboard can not be emptied unless
you close EXCEL (even if Application.CutCopyMode = False is used after each
paste)?

Windows XP clipboard gets full and can not by emptied.

I have this problem only when using Remote Desktop Connection on office
XP(2002- french edition) while running this sub that copies and pastes. Has
anyone else experience this?

Thank you for any hints on this topic

MD