Microsoft Word: Set option "Ignore words in UPPERCASE" to false on open

jeffreybrown

Well-known Member
Joined
Jul 28, 2004
Messages
5,152
Must be missing something easy here, but can't see it.

With our template which will be widely used, not everybody has the option "Ignore words in UPPERCASE" unchecked.

We need to have that option unchecked so the users can do some of their own editing.

Anyway, I've used the below which unchecks the option, but doesn't activate the word doc to underline those words in UpperCase which appear misspelled.

Code:
Sub UpperCaseFalse()
    Application.Options.IgnoreUppercase = False
End Sub

What other action is required here?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi,

It may be possible that someone here will know the answer to the question, but this is primarily an Excel and Access forum. I'm sure there are others, but I found a VBA Word forum here: Word VBA Forum
 
Upvote 0
Hi Scott,

Thanks for the link, but I have an account there already.

The bummer, I'm blocked from that site at work along with many other.

MrE is about the only site I can get to from work, and for that I am very thankful.

Just thought I would get something out there to see if somebody has run across this before.

I know there are some Word guys/gals who visit MrE from time to time.
 
Last edited:
Upvote 0
jeffreybrown,

I tried to send you a Private Message, in reference to one of your last Private Messages to me, and, received the following message:

jeffreybrown has exceeded their stored private messages quota and cannot accept further messages until they clear some space.


This is from Peter_SSs, MrExcel MVP, Moderator:

Re: How can I search for a thread number?

Try a Google search for:

938156 site:MrExcel.com


I Used Bing, and, it did find the thread.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top