View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PT_VBA_GRRL PT_VBA_GRRL is offline
external usenet poster
 
Posts: 1
Default DataObject Error in Excel version 2002

When I use Selection.SpecialCells(xlCellTypeVisible).Select to copy and paste
data I am getting an error when I am closing excel. It seems the clipboard
will not release the data and I get an object not found error.



So I am wondering, how do I release the data from the clipboard?