Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? -- BrianG |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here you go:
Application.AutoCorrect.ReplaceText = False Use it in good health. - Piku -- Message posted from http://www.ExcelForum.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Application.AutoCorrect.ReplaceText = False Wow, too easy. Do I need to change it back to "True" when I exit the macro? -- BrianG *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you don't want it disabled.
-- Regards, Tom Ogilvy "BrianG" wrote in message ... Application.AutoCorrect.ReplaceText = False Wow, too easy. Do I need to change it back to "True" when I exit the macro? -- BrianG *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable running of SelectionChange macro when in another macro? | Excel Discussion (Misc queries) | |||
cannot disable autocorrect | Setting up and Configuration of Excel | |||
Temporarily Disable Autocorrect | Excel Discussion (Misc queries) | |||
disable user running macro from Tools Macro | Excel Discussion (Misc queries) | |||
Disable Macro at open by an external macro | Excel Programming |