Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
JohnA
 
Posts: n/a
Default Converting text to field codes

Hi,

Does anyone know if there is a way to convert text into field codes?

John
  #2   Report Post  
Posted to microsoft.public.word.newusers
Greg Maxey
 
Posts: n/a
Default Converting text to field codes

I don't know how much utility you can achieve with this, but I suppose
you could do it with a macro. Select the text and run:

Sub Scratchmacro()
Dim oRng As Word.Range
Dim pText As String
Set oRng = Selection.Range
pText = oRng.Text
oRng.Delete
oRng.Fields.Add oRng, wdFieldEmpty, pText
End Sub

  #3   Report Post  
Posted to microsoft.public.word.newusers
Charles Kenyon
 
Posts: n/a
Default Converting text to field codes

Select the text.
Press Ctrl-F9
Press F9

The following does this after you've selected the text but I don't know that
it is any easier to use than the function keys:
Sub ChangeToField()
'
' Macro recorded 5/23/2006 by Charles Kyle Kenyon
'
Selection.Fields.Add _
Range:=Selection.Range, _
Type:=wdFieldEmpty, _
PreserveFormatting:=False
Selection.Fields.Update
End Sub

--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"JohnA" wrote in message
...
Hi,

Does anyone know if there is a way to convert text into field codes?

John



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Header with picture or text box Scott Page Layout 15 April 28th 23 02:52 AM
cross reference field with space and colored text Hilary Microsoft Word Help 2 November 2nd 05 09:42 PM
Enter text in a field and have it appear as entered elsewhere Gregory Winters Microsoft Word Help 6 November 1st 05 02:09 AM
Numbers to appear at the cursor... ~D~ New Users 11 February 1st 05 04:49 AM
help, problem with text field in word 2003 Salvatore Microsoft Word Help 1 January 21st 05 03:40 PM


All times are GMT +1. The time now is 03:52 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"