Thread: Clear Undo?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Clear Undo?

Undo doesn't record changes made by VBA.

So I don't think you have a concern there.

--
Regards,
Tom Ogilvy


"Zone" wrote in message
ps.com...
I'm clearing a bunch of drawing objects from my worksheet and
recreating them with VBA. Is Undo holding how all these old objects?
If so, I'd like to clear it and free up that memory. Excel XP (2002)
TIA, James