A Microsoft Word forum. Microsoft Office Word Forum - WordBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Microsoft Office Word Forum - WordBanter forum » Microsoft Word Newsgroups » Microsoft Word Help
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

symbol color



 
 
Thread Tools Display Modes
  #1  
Old August 11th 12, 01:41 AM
alan taylor alan taylor is offline
Junior Member
 
First recorded activity by WordBanter: Aug 2012
Posts: 0
Default symbol color

I want to have macros that will insert the heart and diamond card suit symbols into a document and

i) have them appear in red
ii) have the next symbol automatically return to black.

ANyone help please?
Ads
  #2  
Old August 11th 12, 11:51 AM
Venky62 Venky62 is offline
Junior Member
 
First recorded activity by WordBanter: Jul 2012
Posts: 21
Default

Please try the code given in attached txt file.

Quote:
Originally Posted by alan taylor View Post
I want to have macros that will insert the heart and diamond card suit symbols into a document and

i) have them appear in red
ii) have the next symbol automatically return to black.

ANyone help please?
Attached Files
File Type: txt InsertSymbol.txt (420 Bytes, 53 views)
  #3  
Old August 11th 12, 04:30 PM posted to microsoft.public.word.docmanagement
Peter T. Daniels
external usenet poster
 
Posts: 2,933
Default symbol color

I'm pretty sure he doesn't want to enter a heart AND a diamond
simultaneously, but wants to produce a document about poker or bridge
(etc.) with suitably colored symbols. So he needs two separate
routines in order to be able to type either one.

I'd recomment that he then assign the four suit symbols to mnemonic
keyboard shortcuts. Ctrl-S, Ctrl-H, Ctrl-D, and Ctrl-C are already
busy, so Ctrl-Alt- S, H, D, C might be best. The -S and -C shortcuts
are simply assigned within Insert Symbol; to assign shortcuts to
macros, an easy way to do it is to choose "Customize QAT" and click
"Customize" near the lower right. Then choose the macro from the
dropdown above, type the shortcut, and click "Assign."

Oops, he didn't say which version of Word.

Also, it's convenient to simply include the macro in your message here
(it took a long time for your link to open!) unless it's quite long,
like the one you made for me; and when you make a macro for someone,
it's helpful to include the link to the instructions for installing
it:

http://www.gmayor.com/installing_macro.htm

On Aug 11, 6:51*am, Venky62 wrote:
Please try the code given in attached txt file.

alan taylor;493049 Wrote:

I want to have macros that will insert the heart and diamond card suit
symbols into a document and


i) have them appear in red
ii) have the next symbol automatically return to black.


ANyone help please?


+-------------------------------------------------------------------+
|Filename: InsertSymbol.txt * * * * * * * * * * * * * * * * * * * * |
|Download:http://www.wordbanter.com/attachment.php?attachmentid=140|
+-------------------------------------------------------------------+

  #4  
Old August 11th 12, 11:39 PM
alan taylor alan taylor is offline
Junior Member
 
First recorded activity by WordBanter: Aug 2012
Posts: 0
Default

Quote:
Originally Posted by Venky62 View Post
Please try the code given in attached txt file.
Thank you very much. That works perfectly
  #5  
Old August 12th 12, 12:38 AM
Venky62 Venky62 is offline
Junior Member
 
First recorded activity by WordBanter: Jul 2012
Posts: 21
Default

Looks like Allan got the solution to his problem. But agree that I could have misunderstood what he wanted, so it was good that you responded. And the point about installing macro is duly noted. However, I think sending it as a txt file is more foolproof as sometimes periods are left out while copying and these are imp parts of code.

Quote:
Originally Posted by Peter T. Daniels View Post
I'm pretty sure he doesn't want to enter a heart AND a diamond
simultaneously, but wants to produce a document about poker or bridge
(etc.) with suitably colored symbols. So he needs two separate
routines in order to be able to type either one.

I'd recomment that he then assign the four suit symbols to mnemonic
keyboard shortcuts. Ctrl-S, Ctrl-H, Ctrl-D, and Ctrl-C are already
busy, so Ctrl-Alt- S, H, D, C might be best. The -S and -C shortcuts
are simply assigned within Insert Symbol; to assign shortcuts to
macros, an easy way to do it is to choose "Customize QAT" and click
"Customize" near the lower right. Then choose the macro from the
dropdown above, type the shortcut, and click "Assign."

Oops, he didn't say which version of Word.

Also, it's convenient to simply include the macro in your message here
(it took a long time for your link to open!) unless it's quite long,
like the one you made for me; and when you make a macro for someone,
it's helpful to include the link to the instructions for installing
it:

http://www.gmayor.com/installing_macro.htm

On Aug 11, 6:51*am, Venky62 wrote:
Please try the code given in attached txt file.

alan taylor;493049 Wrote:

I want to have macros that will insert the heart and diamond card suit
symbols into a document and


i) have them appear in red
ii) have the next symbol automatically return to black.


ANyone help please?


+-------------------------------------------------------------------+
|Filename: InsertSymbol.txt * * * * * * * * * * * * * * * * * * * * |
|Download:http://www.wordbanter.com/attachment.php?attachmentid=140|
+-------------------------------------------------------------------+
  #6  
Old August 12th 12, 04:59 AM posted to microsoft.public.word.docmanagement
Peter T. Daniels
external usenet poster
 
Posts: 2,933
Default symbol color

? How does your computer work? I click before the beginning of the
passage I'm copying and drag to beyond the end of it. How could a
period get lost?

On Aug 11, 7:38*pm, Venky62 wrote:
Looks like Allan got the solution to his problem. But agree that I could
have misunderstood what he wanted, so it was good that you responded.
And the point about installing macro is duly noted. However, I think
sending it as a txt file is more foolproof as sometimes periods are left
out while copying and these are imp parts of code.

Peter T. Daniels;493052 Wrote:

I'm pretty sure he doesn't want to enter a heart AND a diamond
simultaneously, but wants to produce a document about poker or bridge
(etc.) with suitably colored symbols. So he needs two separate
routines in order to be able to type either one.


I'd recomment that he then assign the four suit symbols to mnemonic
keyboard shortcuts. Ctrl-S, Ctrl-H, Ctrl-D, and Ctrl-C are already
busy, so Ctrl-Alt- S, H, D, C might be best. The -S and -C shortcuts
are simply assigned within Insert Symbol; to assign shortcuts to
macros, an easy way to do it is to choose "Customize QAT" and click
"Customize" near the lower right. Then choose the macro from the
dropdown above, type the shortcut, and click "Assign."


Oops, he didn't say which version of Word.


Also, it's convenient to simply include the macro in your message here
(it took a long time for your link to open!) unless it's quite long,
like the one you made for me; and when you make a macro for someone,
it's helpful to include the link to the instructions for installing
it:


http://www.gmayor.com/installing_macro.htm


On Aug 11, 6:51*am, Venky62 wrote:-
Please try the code given in attached txt file.


alan taylor;493049 Wrote:
-
I want to have macros that will insert the heart and diamond card
suit
symbols into a document and-
-
i) have them appear in red
ii) have the next symbol automatically return to black.-
-
ANyone help please?-


+-------------------------------------------------------------------+
|Filename: InsertSymbol.txt * * * * * * * * * * * * * * * * * * * * |
|Download:http://www.wordbanter.com/attachment.php?attachmentid=140|
+-------------------------------------------------------------------+-

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get Microsoft Word to find the bullet symbol: Font: Symbol Character code 183? roseuz New Users 3 August 1st 12 12:30 PM
How change cursor symbol from paragraph symbol to flashing indica. Tomasdo Microsoft Word Help 1 May 28th 09 05:23 PM
In word 2007 how can I enter a square root symbol. Not in Symbol Eric Hasper Microsoft Word Help 2 November 7th 08 11:48 AM
creating a shortcut for a symbol 'in color' DomaineLeRuisseau Microsoft Word Help 2 April 26th 06 02:59 PM
Can I add a custom symbol to the symbol list in word? Tim Microsoft Word Help 3 July 13th 05 12:40 AM


All times are GMT +1. The time now is 10:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2004-2013 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.