+ Reply to Thread
Results 1 to 11 of 11

Excel undo vba code

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

    Excel undo vba code

    Hello All,

    Need to finish a project. I need the UNDO vba code to get modify. It was working until I added this,

    Me.Textbox6.Value = ""
    Me.Textbox8.Value = ""

    with the 'cmdClearEntry' code.

    Can someone please modify the Undo button code that I have in the file. Thanks in advance.

    Here if the file if you need it.

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

    Please Login or Register  to view this content.

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

    Re: Excel undo vba code

    Why would you want to add that ? All Textboxes are cleared with the code just above these two lines.
    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.

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

    Re: Excel undo vba code

    Hi Bakerman2,
    Actually it does not clear the yextbox6 and 8 so that is why i added the 2 codes. So if u try to click clear entry then it includes those 2 Textboxes now. The problem when i undo ot it does not include those 2 to undo it.

    Thank you

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

    Re: Excel undo vba code

    Just those two text boxes 6 & 8 that i want to include with the rest of the textboxes.


    Thank you :o)
    Last edited by RJ1969; 10-07-2017 at 08:48 PM.

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

    Re: Excel undo vba code

    Why would you name a ComboBox Textbox ????

    Please Login or Register  to view this content.

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

    Re: Excel undo vba code

    Hi Bakerman2,
    This new code will not include the textbox2 and 4?

    I named the combobox to textbox because ii did not know that i shouldn't rename it. I did realize that until now. Im in a learning process.

    Thanks

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

    Re: Excel undo vba code

    Yes, it will.
    Do you only want textbox 6 & 8 , not 2 & 4 ?

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

    Re: Excel undo vba code

    Yes. Just the textbox 6&8. Please do not include 2 and 4.
    Is there anyway just to specify textbox 6 and 8? In the code?

    Thanks Bakerman2

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

    Re: Excel undo vba code

    Hi Bakerman2
    I tried the code you recently sent me. It did include the Textbox 2 and Textbox 4 when I click the "CLEAR ENTRY". Can you please redo the code and not to include those 2 when I clear the entry?

    Thanks :o)

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

    Re: Excel undo vba code

    Like this.

    Please Login or Register  to view this content.

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

    Re: Excel undo vba code

    Thank you :o)

+ 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. Excel undo button vba code
    By RJ1969 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2017, 02:03 AM
  2. undo vba code
    By sterio in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-18-2016, 02:35 PM
  3. Using vba code with undo option
    By Masa1989 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-22-2015, 03:08 AM
  4. When I add Validation VBA code, I cannot undo
    By jgema in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-04-2013, 04:05 AM
  5. EXCEL: Prevent "Undo-History" After Macros / VBA Code Run
    By gaikwad.mm@gmail.com in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-17-2013, 06:24 AM
  6. VBA Undo & Excel's built-in Undo
    By dlh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-30-2007, 05:02 PM
  7. [SOLVED] Read Undo list in Excel 2003 using Csharp code
    By Rana Saha in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-01-2006, 02:10 PM

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