+ Reply to Thread
Results 1 to 2 of 2

Porgramme a undo,Redo on a form

  1. #1
    vqthomf
    Guest

    Porgramme a undo,Redo on a form

    Hi does anyone know a good way of programming a undo cotrol on a form?.
    TIA
    Charles

  2. #2
    Gary L Brown
    Guest

    RE: Porgramme a undo,Redo on a form

    Assume the button name on the form is "CommandButton1"...

    Private Sub CommandButton1_Click()
    Application.Undo
    End Sub

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''Yes'' button next to ''Was this
    Post Helpfull to you?''.


    "vqthomf" wrote:

    > Hi does anyone know a good way of programming a undo cotrol on a form?.
    > TIA
    > Charles


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1