undo function

  1. P

    Undo all changes since last save or open via vba

    Any way to do this? We have a file on sharepoint and due to multiple reasons, we cannot open the file on line so it must be in the app and due to sharepoint allowing multiple in the file we have written code that if you are not first person, it gives you an error and option to either open in...
  2. L

    Preserve Undo Capability or Delayed Writing Activity Thread so Undo stack is preserved.

    Hi Everyone- I am trying to create an activity log that records which cells were edited, by whom and when and the old and new values across multiple worksheets. I am able to do that without much trouble, but losing the undo functionality is a problem for us. I would like to preserve the undo...
  3. L

    Assing key to undo all changes at once

    Hey everyone! I have created an excel in which I insert blood exam results. I insert every patient manually. What I want to do is to assign a key (for example F5) to undo all changes made to the sheet at once. I know I can do it using undo button, but I'd like to have a specific key for that.
  4. H

    Inputbox | Cancel | Undo event

    Hello, Below standing code pops-up after worksheet-change event. I'm looking for a piece of code that ends after pressing "cancel" (and revert to previous value) or ends when no name is entered (and also revert to last entered value of the cell). Name in the offset function should only change...
  5. smason48

    Can I add a 'Undo" button a an Excel Form?

    I have an excel form which users will input quantities of text into. (Unfortunately using excel when I should be using Access but this is not allowed!) It would be fantastic for users to be able to 'Undo' if they accidentally wipe out a box of text. I adding the code below to a command button on...
  6. D

    Excel's 'undo' function by using vba? How to only undo certain cells

    I have the following VBA code inserted into my spreadsheet: Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("c12:c45")) Is Nothing Then With Application...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top