Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default how do I create a symbol which can be used in excel

how do I create a symbol which can be used in excel? I want a P with a circle
around it. I have saved this in microsoft picture manager, and can insert it
as a picture, but it does not stay in the cell, if I make changes to the
sheet. Hope this makes sense.
--
Karen
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default how do I create a symbol which can be used in excel

Hi Karen,

There is a P with a circle around it in the Webdings font. You can
copy it from the Character Map at StartProgramsAccessories
System ToolsCharacter Map.

You will need to change your font in that cell to Webdings or if
there is other text in that cell you can change the font for just that
character in the Formula Bar.

Not exactly user friendly, but gets the desired result.

HTH
Martin


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how do I create a symbol which can be used in excel

Select an empty cell and:

Insert Symbol...

Pick Arial Unicode MS from the Font dropdown
Pick Unicode(hex) from the from dropdown
enter 2117 in the Character code field
--
Gary''s Student - gsnu200721


"Karen" wrote:

how do I create a symbol which can be used in excel? I want a P with a circle
around it. I have saved this in microsoft picture manager, and can insert it
as a picture, but it does not stay in the cell, if I make changes to the
sheet. Hope this makes sense.
--
Karen

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default how do I create a symbol which can be used in excel

InsertSymbol doesn't exist in Excel 2000! Must be time to upgrade <g

Regards
Martin



"Gary''s Student" wrote in message
...
Select an empty cell and:

Insert Symbol...

Pick Arial Unicode MS from the Font dropdown
Pick Unicode(hex) from the from dropdown
enter 2117 in the Character code field
--
Gary''s Student - gsnu200721


"Karen" wrote:

how do I create a symbol which can be used in excel? I want a P with a
circle
around it. I have saved this in microsoft picture manager, and can insert
it
as a picture, but it does not stay in the cell, if I make changes to the
sheet. Hope this makes sense.
--
Karen



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default how do I create a symbol which can be used in excel

Interesting...

Will this tiny piece of VBA work on 2000??:

Sub circle_p()
With Selection.Font
.Name = "Arial Unicode MS"
.Size = 14
End With
Selection.HorizontalAlignment = xlCenter
Selection.Value = ChrW(8471)
End Sub
--
Gary''s Student - gsnu200721


"MartinW" wrote:

InsertSymbol doesn't exist in Excel 2000! Must be time to upgrade <g

Regards
Martin



"Gary''s Student" wrote in message
...
Select an empty cell and:

Insert Symbol...

Pick Arial Unicode MS from the Font dropdown
Pick Unicode(hex) from the from dropdown
enter 2117 in the Character code field
--
Gary''s Student - gsnu200721


"Karen" wrote:

how do I create a symbol which can be used in excel? I want a P with a
circle
around it. I have saved this in microsoft picture manager, and can insert
it
as a picture, but it does not stay in the cell, if I make changes to the
sheet. Hope this makes sense.
--
Karen




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a custom number format in Excel using a symbol? mbuckrell Excel Discussion (Misc queries) 2 July 26th 06 01:49 AM
How to create symbol for "Section" Chip Smith Excel Discussion (Misc queries) 0 June 21st 06 06:34 PM
How can I create a specific symbol for use in excel? AlabamaWilly Excel Discussion (Misc queries) 1 March 14th 06 10:39 PM
I need a symbol but "symbol" in the Insert menu is grayed-out. Nothappy Excel Discussion (Misc queries) 2 May 3rd 05 01:16 AM
How do I create a new symbol to enter as a character? Coryne17 Excel Worksheet Functions 4 April 20th 05 06:48 PM


All times are GMT +1. The time now is 05:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"