+ Reply to Thread
Results 1 to 13 of 13

Userform textboxes undo vba code

  1. #1
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Userform textboxes undo vba code

    Hello,
    In the worksheet there are 11 textboxes. If for some reason I accidentally press the "reset" button and I want to undo them. Can you someone please tell me or what vba code I need. Thank you.

    The userform I have call is "frmInputs" plust the 11 textboxes.

    Here is the code I have so far.

    Please Login or Register  to view this content.
    code in module1:
    Please Login or Register  to view this content.
    module2:
    Please Login or Register  to view this content.

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Userform textboxes undo vba code

    Hi,

    Assuming you aren't using the Tag property for anything at the moment, you could store the old values there like this
    Please Login or Register  to view this content.
    Then if you need to undo that, simply add a button to put the tag back
    Please Login or Register  to view this content.
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  3. #3
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Hi
    I didnt get what you mean on the second one.

    What is tag? What is the complete code if i add a "undo" button? I will to name it cmdUndo?

  4. #4
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Userform textboxes undo vba code

    Tag is a property of the control. The code I provided is the complete code minus the declaration and End Sub lines so you just put it into whichever routine you want.

  5. #5
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    I can't get it work. My undo button in the userform still not working.

    Please Login or Register  to view this content.

  6. #6
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Userform textboxes undo vba code

    I can't really troubleshoot that without a workbook, I'm afraid.

  7. #7
    Forum Contributor
    Join Date
    08-09-2012
    Location
    British Columbia
    MS-Off Ver
    Excel 2010
    Posts
    190

    Re: Userform textboxes undo vba code

    I grabbed your file at another forum a few days ago to have a look and deleted it thinking you should be asking who ever it was that gave you the code.

    If memory serves me right,
    what you refer to as 11 text boxes are a mix of text boxes and combo boxes,
    and the Undo button code uses arrays that never get populated.

  8. #8
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MSO Home and Business 2024
    Posts
    7,313

    Re: Userform textboxes undo vba code

    Works just fine for me.

    Fill all TextBoxes. Click ClearEntry-button. Click Undo-button.
    Attached Files Attached Files
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  9. #9
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Thank you Bakerman2
    it worked.

    Thank you so much

  10. #10
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Thank everyone :o)

  11. #11
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Hi Bakerman2,
    Is there a way that my listbox can have a arrow left and arrow right in the bottom of the list?

    Thanks.

  12. #12
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Hi Bakerman2
    I was able to resolved the scroll bar in the listbox.
    Thank you :o)

  13. #13
    Forum Contributor
    Join Date
    10-05-2014
    Location
    CALIFORNIA
    MS-Off Ver
    2010
    Posts
    1,812

    Re: Userform textboxes undo vba code

    Hi Bakerman2,
    I need your help please. I had to modify the clear entry code for me to be able to clear the entry in textbox6 and textbox 8. So, my new issue now is the Undo button.
    Can you please help to modify the "UNDO" button? Thanks in advance :o)

    https://www.dropbox.com/s/ghalrlcvot...FORM.xlsm?dl=0

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. date format code for multiple userform textboxes on form initialize
    By nigelog in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2017, 05:30 AM
  2. [SOLVED] Code for all TextBoxes; Comboboxes and CheckBoxes in an UserForm
    By pipoliveira in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-06-2016, 05:19 AM
  3. Trying to create textboxes in userform with code
    By justlearning123 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-12-2015, 12:57 AM
  4. [SOLVED] Code in userform to be flexible and work with multiple textboxes
    By kosherboy in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 01-21-2015, 11:04 AM
  5. Need help to get code created Userform textboxes to fire a change event
    By brusk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-05-2013, 12:06 AM
  6. Code to prevent userform from saving duplicates based on 3 textboxes
    By Zygoid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-28-2013, 11:04 AM
  7. Replies: 1
    Last Post: 11-29-2010, 06:56 AM

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