Can I disable autocorrect from within a macro?

  • Thread starter Thread starter BrianG
  • Start date Start date
B

BrianG

I've created a Purchase Order form in Excel 97. One problem I've
encountered is that the Autocorrect-"Replace text as you type" action
is on by default. Hence when a user tries to enter the vendor "FWE"
it automatically gets changed to "FEW". Is there a way I can turn the
"replace text as you type" function off from within the macro?
 
Here you go:

Application.AutoCorrect.ReplaceText = False

Use it in good health. - Piku
 

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