Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Find and replace function replaces with ALL CAPS

3,049 views
Skip to first unread message

Barry

unread,
Mar 11, 2009, 2:46:07 PM3/11/09
to
I have the equation:
VR00 = (VR10*math.abs(PR003-PR013)+VR01*math.abs(PR002-PR102))

And I want to replace VROO with Master[R,MasterTCNumY+1,MasterTCNumZ+1,6]

When I use the find and replace feature I get
MASTER[R,MASTERTCNUMY+1,MASTERTCNUMZ+1,6] =
(VR10*math.abs(PR003-PR013)+VR01*math.abs(PR002-PR102))

It seems to be changing the replacement text to all caps and I can't seem to
find a way to stop it.

I've opened up a new document and it still does this in that same document.

Is this a known bug or is there something I need to do to stop this?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/community/en-us/default.mspx?mid=da4e7bfb-4674-40af-b9bf-7d910c97d6de&dg=microsoft.public.word.application.errors

Jay Freedman

unread,
Mar 11, 2009, 4:15:34 PM3/11/09
to
This probably will seem counterintuitive, but it will replace as you want if
you first click the More button and check the box for "Match case". Also,
you'll have to make sure the VR00 in the Find What box is capitalized the
same as in the text, or else nothing will be found.

When you do an ordinary (non-match-case) replacement, it tries to make the
case of the replacement the same as the case of the word it finds. This
makes sense, for example, to replace words that may be lower case in some
places and capitalized in others, such as the beginning of a sentence. It
doesn't work for things like VR00 that aren't "words" in the ordinary sense.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

Barry

unread,
Mar 11, 2009, 4:42:08 PM3/11/09
to
Thanks Jay, that does work, and I agree that's VERY counterintuitive.

What I would like to suggest to MS about this would be to change "Match
Case" to "Case Sensitive Search" and add a check box for the option "Smart
Case Replacement" to enable/disable that "assuming of capitilization
feature".

I would assume that if someone has the feature to automatically fix the
capitialization of the first word of a line, that feature would highlight
places were they need to correct for that after the replaement.

In any case, thanks again for your help Jay.

0 new messages