View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default File specific Auto correct entries

Vipul,

You can turn off "Auto Correct" with the following...

Application.AutoCorrect.ReplaceText = False

Regards,
Jim Cone
San Francisco, CA

"Vipul Patel" wrote in message ...
Hi,
I need to have file-specific auto-correct entries. i.e. in one of my
applications (Eclipse plugin for Excel editing), I dont want the autocorrect
entries feature ( Tools - AuotCorrect Options). Is it possible to have the
restrict the auto-correct feature to a specific file.
Regards
Vipul Patel (MCAD)
Microsoft India Community Star