#1   Report Post  
Posted to microsoft.public.word.docmanagement
JoeV JoeV is offline
external usenet poster
 
Posts: 6
Default Word Field Code Symbol

I created a bookmark for a field code and I am currently sending one symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092} to add
a second symbol 1093?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word Field Code Symbol

Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?

On Dec 30, 9:34*am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092} to add
a second symbol 1093?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
JoeV JoeV is offline
external usenet poster
 
Posts: 6
Default Word Field Code Symbol

The "\u" is for unicode, the 1092 and 1093 are just an example. My symbols
would be 1053, 1050, 1055 and 1056 all to be used if possible in one
bookmark. The bookmark is used when my external program writes data to the
document.

"Peter T. Daniels" wrote:

Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?

On Dec 30, 9:34 am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092} to add
a second symbol 1093?


.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word Field Code Symbol

I don't understand what you're trying to do, but why can't you simply
type the four Burmese letters?

On Dec 30, 1:23*pm, JoeV wrote:
The "\u" is for unicode, the 1092 and 1093 are just an example. My symbols
would be 1053, 1050, 1055 and 1056 all to be used if possible in one
bookmark. The bookmark is used when my external program writes data to the
document.



"Peter T. Daniels" wrote:
Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?


On Dec 30, 9:34 am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092} to add
a second symbol 1093?

  #5   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 Word Field Code Symbol

What command it being used by your external program to "send" the
information to the bookmark?

See the article "Working with Bookmarks in VBA€ at:
http://www.word.mvps.org/FAQs/Macros...hBookmarks.htm


--
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

"JoeV" wrote in message
...
The "\u" is for unicode, the 1092 and 1093 are just an example. My symbols
would be 1053, 1050, 1055 and 1056 all to be used if possible in one
bookmark. The bookmark is used when my external program writes data to the
document.

"Peter T. Daniels" wrote:

Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?

On Dec 30, 9:34 am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one
symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092}
to add
a second symbol 1093?


.



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
JoeV JoeV is offline
external usenet poster
 
Posts: 6
Default Word Field Code Symbol

Peter and Doug thanks for your help but can anybody else answer my question.

"Doug Robbins - Word MVP" wrote:

What command it being used by your external program to "send" the
information to the bookmark?

See the article "Working with Bookmarks in VBA€ at:
http://www.word.mvps.org/FAQs/Macros...hBookmarks.htm


--
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

"JoeV" wrote in message
...
The "\u" is for unicode, the 1092 and 1093 are just an example. My symbols
would be 1053, 1050, 1055 and 1056 all to be used if possible in one
bookmark. The bookmark is used when my external program writes data to the
document.

"Peter T. Daniels" wrote:

Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?

On Dec 30, 9:34 am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one
symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092}
to add
a second symbol 1093?

.

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word Field Code Symbol

If you could explain why you're "sending symbols to a bookmark," maybe
someone could come up with a way to do what you want to do.

On Dec 31, 7:06*am, JoeV wrote:
Peter and Doug thanks for your help but can anybody else answer my question.

"Doug Robbins - Word MVP" wrote:



What command it being used by your external program to "send" the
information to the bookmark?


See the article "Working with Bookmarks in VBA” at:
http://www.word.mvps.org/FAQs/Macros...hBookmarks.htm


--
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


"JoeV" wrote in message
...
The "\u" is for unicode, the 1092 and 1093 are just an example. My symbols
would be 1053, 1050, 1055 and 1056 all to be used if possible in one
bookmark. The bookmark is used when my external program writes data to the
document.


"Peter T. Daniels" wrote:


Just asking: does " \u " introduce a Unicode coding? 1092 and 1093 are
part of the Myanmar (Burmese) range and are "reserved" and should not
be used for anything else. What is the purpose of your bookmark?


On Dec 30, 9:34 am, JoeV wrote:
I created a bookmark for a field code and I am currently sending one
symbol
to that bookmark, {SYMBOL \u 1092}. How can I modify {SYMBOL \u 1092}
to add
a second symbol 1093?

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
How does MS Word populate the Symbol Field -Ed Microsoft Word Help 1 April 1st 09 04:11 PM
Zip Code field returns 00000 when nothing in field in from xls Kim Mailmerge 2 October 3rd 07 02:30 PM
How to detect symbol/special character code. Jeff Ingman Microsoft Word Help 5 September 26th 07 09:19 PM
Word merge template - field code off Karen Microsoft Word Help 1 December 28th 06 09:00 PM
Word 2003 Field code within a field code Cheryl Mailmerge 2 November 25th 05 08:31 AM


All times are GMT +1. The time now is 01:50 AM.

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"