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
|