Hi! I'm trying to do this in Excel using Macros. I can't find any code to do this:
Thank you!
- The user should be able to push a button on the Large Dataset tab that brings up a user input box. (Hint: Learn how to do this by watching the tutorial video on creating a button)
- The macro should prompt the user to update a field (any field), based on the user’s input on the following items:
- The old text that you would like to change (using an InputBox) (Hint: Learn how to do this by watching the tutorial video on InputBox)
- The new text that you would like to have instead (using another InputBox)
- The macro should then search for the old text, and replace it with the new text (Hint: Record this macro step)
- When the macro finishes running, please pop a message box telling the user that the job is done (using a MsgBox) (Hint: Learn how to do this by watching the tutorial video on MsgBox)
- Associate the macro to a button, so the user can run the macro with the click of a button.
- Johnny Robertson’s new last Name: Robertson‐Casey
- Emilio quit his job and now Allison has to take over his clients.
- All Chevy trucks are now replaced by Chrysler vans
Thank you!