View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Culichi Culichi is offline
external usenet poster
 
Posts: 2
Default Clear Clipboard on Workbook Close Event (Excel XP)

Thanks, Tom. I tried the second one and it works great.

Kelley

Tom Ogilvy wrote:

Application.Cutcopymode = False

would be the first thing to try.

If that doesn't work, then

Application.DisplayAlerts = False