A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Highlighting specific words



 
 
Thread Tools Display Modes
  #1  
Old April 1st, 2006, 04:49 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

Hi all, does anyone know, if you have a file of words you want to keep track
of, if there's a way to automatically highlight those words in another file,
or to put those words in a table in the other file, then automatically
highlight them as they're typed or they already appear in the document?
Thanks!
  #2  
Old April 1st, 2006, 04:54 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

You can't do *anything* automatically while you type, other than autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table, searches for
them in another document, and formats them in a special way. Would that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to keep
track
of, if there's a way to automatically highlight those words in another
file,
or to put those words in a table in the other file, then automatically
highlight them as they're typed or they already appear in the document?
Thanks!



  #3  
Old April 1st, 2006, 05:08 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

That would be perfect! I have no idea how to write or use macros, though,
could you possibly direct me to one and give me pointers on how to use it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table, searches for
them in another document, and formats them in a special way. Would that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to keep
track
of, if there's a way to automatically highlight those words in another
file,
or to put those words in a table in the other file, then automatically
highlight them as they're typed or they already appear in the document?
Thanks!




  #4  
Old April 1st, 2006, 05:35 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

See:
http://gregmaxey.mvps.org/VBA_Find_And_Replace.htm

--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.


jezzica85 wrote:
That would be perfect! I have no idea how to write or use macros,
though, could you possibly direct me to one and give me pointers on
how to use it? Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than
autocorrect which isn't going to help you here.

You could write a macro that reads words from a file or table,
searches for them in another document, and formats them in a special
way. Would that help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to
keep track
of, if there's a way to automatically highlight those words in
another file,
or to put those words in a table in the other file, then
automatically highlight them as they're typed or they already
appear in the document? Thanks!



  #5  
Old April 1st, 2006, 06:21 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

Thanks John, but I can't seem to find this. Is it only in certain versions
of Word? I have XP.

"John McGhie [MVP - Word and Word Macinto" wrote:

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and automatically
insert text and graphics" in the Help.

You need to enter the words you want to search for in your AutoCorrect list,
and replace them with the same word highlighted. Make sure you choose the
"Formatted" options or the highlighting won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will send you
one, because I have never seen a macro that could do this with acceptable
performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use macros, though,
could you possibly direct me to one and give me pointers on how to use it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table, searches for
them in another document, and formats them in a special way. Would that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to keep
track
of, if there's a way to automatically highlight those words in another
file,
or to put those words in a table in the other file, then automatically
highlight them as they're typed or they already appear in the document?
Thanks!




--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410


  #6  
Old April 1st, 2006, 06:28 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

I don't think AutoCorrect will really do what you're thinking about, but see
http://word.mvps.org/faqs/customization/AutoCorrect.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"jezzica85" wrote in message
...
Thanks John, but I can't seem to find this. Is it only in certain

versions
of Word? I have XP.

"John McGhie [MVP - Word and Word Macinto" wrote:

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and automatically
insert text and graphics" in the Help.

You need to enter the words you want to search for in your AutoCorrect

list,
and replace them with the same word highlighted. Make sure you choose

the
"Formatted" options or the highlighting won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will send

you
one, because I have never seen a macro that could do this with

acceptable
performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use macros,

though,
could you possibly direct me to one and give me pointers on how to use

it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than

autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table,

searches for
them in another document, and formats them in a special way. Would

that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to

keep
track
of, if there's a way to automatically highlight those words in

another
file,
or to put those words in a table in the other file, then

automatically
highlight them as they're typed or they already appear in the

document?
Thanks!




--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410



  #7  
Old April 1st, 2006, 06:40 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

I probably should have said this before (sheepish shrug) but I have almost
7000 words to go through. Is there a way to do them with AutoCorrect without
needing to enter each one individually?

"Suzanne S. Barnhill" wrote:

I don't think AutoCorrect will really do what you're thinking about, but see
http://word.mvps.org/faqs/customization/AutoCorrect.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"jezzica85" wrote in message
...
Thanks John, but I can't seem to find this. Is it only in certain

versions
of Word? I have XP.

"John McGhie [MVP - Word and Word Macinto" wrote:

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and automatically
insert text and graphics" in the Help.

You need to enter the words you want to search for in your AutoCorrect

list,
and replace them with the same word highlighted. Make sure you choose

the
"Formatted" options or the highlighting won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will send

you
one, because I have never seen a macro that could do this with

acceptable
performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use macros,

though,
could you possibly direct me to one and give me pointers on how to use

it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than

autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table,

searches for
them in another document, and formats them in a special way. Would

that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to

keep
track
of, if there's a way to automatically highlight those words in

another
file,
or to put those words in a table in the other file, then

automatically
highlight them as they're typed or they already appear in the

document?
Thanks!




--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410




  #8  
Old April 1st, 2006, 06:46 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and automatically
insert text and graphics" in the Help.

You need to enter the words you want to search for in your AutoCorrect list,
and replace them with the same word highlighted. Make sure you choose the
"Formatted" options or the highlighting won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will send you
one, because I have never seen a macro that could do this with acceptable
performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use macros, though,
could you possibly direct me to one and give me pointers on how to use it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table, searches for
them in another document, and formats them in a special way. Would that
help?




"jezzica85" wrote in message
...
Hi all, does anyone know, if you have a file of words you want to keep
track
of, if there's a way to automatically highlight those words in another
file,
or to put those words in a table in the other file, then automatically
highlight them as they're typed or they already appear in the document?
Thanks!





--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

  #9  
Old April 1st, 2006, 06:47 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

I have offered you a possible solution that so far you have choosen to
ignore. Provided you can define your list of 7000 words in a simple table
with the same 7000 words listed as both the find and replace word as then
the Add-in will do it in fairly short order.

--
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.


jezzica85 wrote:
I probably should have said this before (sheepish shrug) but I have
almost 7000 words to go through. Is there a way to do them with
AutoCorrect without needing to enter each one individually?

"Suzanne S. Barnhill" wrote:

I don't think AutoCorrect will really do what you're thinking about,
but see http://word.mvps.org/faqs/customization/AutoCorrect.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

"jezzica85" wrote in message
...
Thanks John, but I can't seem to find this. Is it only in certain
versions of Word? I have XP.

"John McGhie [MVP - Word and Word Macinto" wrote:

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and
automatically insert text and graphics" in the Help.

You need to enter the words you want to search for in your
AutoCorrect list, and replace them with the same word highlighted.
Make sure you choose the "Formatted" options or the highlighting
won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will
send you one, because I have never seen a macro that could do this
with acceptable performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use
macros, though, could you possibly direct me to one and give me
pointers on how to use it? Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than
autocorrect which isn't going to help you here.

You could write a macro that reads words from a file or table,
searches for them in another document, and formats them in a
special way. Would that help?




"jezzica85" wrote in
message
...
Hi all, does anyone know, if you have a file of words you want
to keep track
of, if there's a way to automatically highlight those words in
another file,
or to put those words in a table in the other file, then
automatically highlight them as they're typed or they already
appear in the document? Thanks!




--

Please reply to the newsgroup to maintain the thread. Please do
not email me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical
Writer Sydney, Australia +61 (0) 4 1209 1410



  #10  
Old April 1st, 2006, 06:48 AM posted to microsoft.public.word.docmanagement
external usenet poster
 
Posts: n/a
Default Highlighting specific words

http://word.mvps.org/FAQs/Customizat...utocorrect.htm offers a
backup/restore macro that produces a plain-text list of AutoCorrect entries,
so presumably it would be possible to merge your list with this one, then
use it to "restore" your AutoCorrect entries.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"jezzica85" wrote in message
...
I probably should have said this before (sheepish shrug) but I have almost
7000 words to go through. Is there a way to do them with AutoCorrect

without
needing to enter each one individually?

"Suzanne S. Barnhill" wrote:

I don't think AutoCorrect will really do what you're thinking about, but

see
http://word.mvps.org/faqs/customization/AutoCorrect.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the

newsgroup so
all may benefit.

"jezzica85" wrote in message
...
Thanks John, but I can't seem to find this. Is it only in certain

versions
of Word? I have XP.

"John McGhie [MVP - Word and Word Macinto" wrote:

Hi Jezzica:

Yes, you can do this with AutoCorrect.

Study the topic "Create an AutoCorrect entry to store and

automatically
insert text and graphics" in the Help.

You need to enter the words you want to search for in your

AutoCorrect
list,
and replace them with the same word highlighted. Make sure you

choose
the
"Formatted" options or the highlighting won't come in.

Forget macros for this task. You would need to be a seriously good
programmer to make a macro to do this. Ask Jezebel if s/he will

send
you
one, because I have never seen a macro that could do this with

acceptable
performance :-)

Hope this helps

On 1/4/06 2:08 PM, in article
, "jezzica85"
wrote:

That would be perfect! I have no idea how to write or use macros,

though,
could you possibly direct me to one and give me pointers on how to

use
it?
Thanks!

"Jezebel" wrote:

You can't do *anything* automatically while you type, other than

autocorrect
which isn't going to help you here.

You could write a macro that reads words from a file or table,

searches for
them in another document, and formats them in a special way.

Would
that
help?




"jezzica85" wrote in

message
...
Hi all, does anyone know, if you have a file of words you want

to
keep
track
of, if there's a way to automatically highlight those words in

another
file,
or to put those words in a table in the other file, then

automatically
highlight them as they're typed or they already appear in the

document?
Thanks!




--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical

Writer
Sydney, Australia +61 (0) 4 1209 1410





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word should catalog misspelled words to study. rndthought General Discussion 38 January 23rd, 2008 11:53 PM
highlighting numerous words Jackie D General Discussion 4 March 7th, 2006 03:34 PM
Determine how many times all words are used in a doc [email protected] General Discussion 8 December 17th, 2005 01:04 PM
how do I find an average number of specific words in a column cashgrfx New Users 7 January 6th, 2005 04:44 PM
Tracking Specific Words dee General Discussion 1 January 5th, 2005 10:17 PM


All times are GMT +1. The time now is 09:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.