View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarioB MarioB is offline
external usenet poster
 
Posts: 1
Default Clearing ClipBoard in EXCEL

Hello,

I need help.
I got a memory problem in excel caused by a VBA module using the
command copy(cntl+C) in a loop.
Is there any way in VBA to clear the Excel clipboard in
my loop before getting the memory problem
or a way to copy a cell, paste it and clear
the copied cell out from the clipboard

Thanks & sorry the way i write english

MarioB