View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] jasondebolt@gmail.com is offline
external usenet poster
 
Posts: 9
Default clearing the clipboard

Does anyone know of a macro that will clear the clipboard? I'm copying
stuff from the web into a spreadsheet and would like to use a macro
instead of the "clear all" button on the clipboard.

The following script doesn't seem to be working:

Application.CutCopyMode = False

Thanks!
Jason