Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AutoText Entry not working? 1

Status
Not open for further replies.

sara82

Technical User
May 20, 2005
78
US
I have MS Word 2003.

I want to create an autotext entry for (U) with the name unclassified.

When the user starts typing the word unclassified I want it to return with (U)

So when the user starts typing unclas... I should get a autocomplete tip that appears and when I press enter I will get (U)

I've tried to make an auto text entry for this but it is not working.

I highlighted (U) and pressed ALT F3. When asked to type the name of my AutoText entry I typed unclassified.

When I start typing unclas... nothing happens I don't get the autocompete tip.

Don't know what I'm doing wrong.
 
Your request sounds a bit odd because I don't understand why you can't just type U in the first place. However, sounds like what you want is AutoCorrect. Go to Tools, AutoCorrect Options, enter Unclassified in Replace, and U in With, click add.
 
I want it to return (U) because it has the following field:

{ QUOTE (U) { SEQ U \r{PAGE} \h}}

which returns (U)

So instead of the user having to type the field each time i want to make it an autotext entry (U) with the name unclassified

so that when you begin to type unclas i'll get the autocomplete and it'll return (U).

 
As far as I know, AutoText functionas an its own AutoComplete...sort of.

If the NAME of the AutoText is "unclassified" - as the full text of the AutoText is...blah blah blah; you can not use AutoComplete to finish the name. Well you CAN, but it will only complete the text.

Why not just make the AutoText "unclas"?. Make your full field, highlight it, and make THAT your AutoText? Name it "unclas" and use it as a AutoText.

Ooops, I stand corrected, it does work. You can make unclas an AutoCorrect, type unclas plus the space, it AutoCompletes; press F3 and it DOES set the field codes.

So....what is your problem again??? It seems to work for me Win 2000 and Office XP (2002)

Gerry
See my Paintings and Sculpture
 
Hi sara82,

Do you have "Show AutoComplete suggestions" checked under Tools > AutoCorrect Options > AutoText tab?

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
 
You can't use a field code as an AutoCorrect entry. Why not record a macro and assign it to the keyboard (say Alt + Ctrl + U).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top