how to convert field text to normal text?

  • Thread starter Thread starter gil
  • Start date Start date
G

gil

Hi All, .
How does one make selected field information that's been inserted into a document become ordinary text? For example, I'd like to
programmatically use and modify the FILENAME after its insertion for purposes other than changing the name of the file.

tia
Gil Carter
Ten Second Medical Record
 
You can unlink the field(s) in the selection by pressing Ctrl+Shift+F9.

If you are saying that you want to use VBA to work with the field result,
you had better enclose the field in a bookmark before unlinking it. Then you
can access the contents of the bookmark via a macro. (Dependning on what you
want to accomplish, there might be a better approach, though.)

--
Stefan Blom
Microsoft Word MVP


in message news:OYwwA%[email protected]...
 
Thanks Stefan,
I'll give her a go.
:)
Gil

Stefan Blom said:
You can unlink the field(s) in the selection by pressing Ctrl+Shift+F9.

If you are saying that you want to use VBA to work with the field result,
you had better enclose the field in a bookmark before unlinking it. Then you
can access the contents of the bookmark via a macro. (Dependning on what you
want to accomplish, there might be a better approach, though.)

--
Stefan Blom
Microsoft Word MVP


in message news:OYwwA%[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top