I need help writing a macro that will correct typing errors?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a macro that when selected, will correct cell inputs.....
ex. What I want in the column/row of cells is AAAA.

What I have been given is AAA B, AA, AAAAA.

I would like to correct these with a macro.

Any help would be great, thanks.
 
You can do this with AutoCorrect. Click TOOLS and select AUTOCORRECT OPTIONS
and add what you want to trap and what you want to replace it with.

A lot easier that writing code.
 
Could you be a bit more specific?
Do you want any value in the cell to be changed to "AAAA" or changes
made based on some other criteria?
 
I concur with Kevin's suggestion, however, autocorrect will change al
occurrences no matter where they are entered. You will have t
restrict (lock) cells where you do not want a user to enter data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top