Results 1 to 2 of 2

Thread: Undo

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Location
    Texas
    Posts
    26

    Cool

    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

  2. #2
    Guest
    Here's a code to undo what has been done.

    Code:
        Text1.SetFocus
        SendKeys "^z", True
    What's done is done until you press ctrl-z

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width