View Single Post
  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Field Code : get bookmark (text) without table format

Give us some more information of what it is that you want to do with the
template so that we may be able to suggest another way of doing it that will
avoid the problem.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"Jess" wrote in message
...
How to exclude the cell end marker??
Becuase I want to use it on template, so that I need bookmark a while cell
instead of value.


"Doug Robbins - Word MVP" wrote:

Answered elsewhere. You must exclude the cell end marker from the
bookmark
so that it just contains the text.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"Jess" wrote in message
...
I want to get the value in a TABLE with bookmark (e.g. STYLE) using
field
code with the following 2 ways :

{ = STYLE \* MERGEFORMAT}
I can get the value if it is numeric but get "0" is it is text.

{STYLE}
I can get the value either it is numeric or text in a table cell.
However,
I
want to get a value only, without the cell.

How can I get the value using Field Code??