John,
I've checked the general tab and it has values greater than 0
Any other suggestions as to why I cannot use the undo and retry facilities?
Regards,
Ken
It's possible that the undo functionality has been turned off by some
general code or an add-in for example. You could test this by pasting the
following into the Immediate window of the VBE (Alt+F11 then ctrl+G to show
the Immediate window) and pressing enter:
? Application.UndoEnabled
Under normal conditions this should return 'True' (and if it does we'll need
to have anothre think). If it returns False then you can paste in the
following and press enter to reset:
Is this happening on all documents or just certian types? What sort of
documents have you been using (for example Org Chart, Flowchart, Brainstrom
etc.)? Also what version of Visio are you using?
Thanks for the interest. Turns out a co-workers macro was somehow causing
this, he hasn't told me yet how but I suspect it had to do with the flag you
had mentioned in previous posts. Thanks again.
-Leigh
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.