No, I'm saying you have to generate your own "stack" via
Workbook_SheetChange/SelectionChange/etc and save it somewhere.
The two times I've done it, it's been a real kludge and the client has
paid dearly for the privilege. They were happy, though.
> I assume you are not saying you can access the Undo history programmatically
> and save it before the macro wipes it out? If you are saying you can grab
> the Excel built in undo history and later restore it or otherwise interpret
> it and "undo", what objects or API is involved?
Tom Ogilvy - 13 Sep 2007 19:48 GMT
Thanks for the response and glad to see it was profitable <g>

Signature
Regards,
Tom Ogilvy
> No, I'm saying you have to generate your own "stack" via
> Workbook_SheetChange/SelectionChange/etc and save it somewhere.
[quoted text clipped - 6 lines]
> > the Excel built in undo history and later restore it or otherwise interpret
> > it and "undo", what objects or API is involved?
Jim Thomlinson - 13 Sep 2007 20:40 GMT
...it's been a real kludge and the client has paid dearly for the privilege
So it was not just me hacking something together for hours on end... oddly
enough I feel better. Not much better... but better...

Signature
HTH...
Jim Thomlinson
> No, I'm saying you have to generate your own "stack" via
> Workbook_SheetChange/SelectionChange/etc and save it somewhere.
[quoted text clipped - 6 lines]
> > the Excel built in undo history and later restore it or otherwise interpret
> > it and "undo", what objects or API is involved?