How do I set up the undo command? I have it in the 'Edit' section, and I need to know how to make it so where it will actually undo when what just happened.
Thanks,
System
Printable View
How do I set up the undo command? I have it in the 'Edit' section, and I need to know how to make it so where it will actually undo when what just happened.
Thanks,
System
Here's a code to undo what has been done.
Code:Text1.SetFocus
SendKeys "^z", True
Quote:
What's done is done until you press ctrl-z