By using vba.booksticle.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

948 Steps to 6 Figures by Learning Excel-VBA and Other Skills



Step 394 - Application.Autocorrect ' record


Autocorrect is a feature of Excel that's used for correcting typing mistakes but you can also use this feature to support shortcuts.

For example if you type in tbd you can get Excel to change it to To be determined. If you use the macro recorder while setting this up you can see the VBA code you'll need to do auto corrections.

I will look something like Applcation.Autocorrect...

This will allow you to support specific autocorrections or even load them from a spreadsheet.

The following is an example.


   Table of Contents | Send us your feedback | © 2025 All Rights Reserved | Edit