#1   Report Post  
Posted to microsoft.public.excel.misc
Rob
 
Posts: n/a
Default A letter in a circle

I am trying to add a letter into a cell and the letter needs a circle around
it as if marking it on a printed form (E.G marking off the days you eat out;
M T W T F S S). I have tried making a jpeg image but it needs to be as text
or a symbol so it can be mail merged. Any suggestioned would bw helpful.
Thanks
--
Rob
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default A letter in a circle

Hi

I would use the drawing toolbar (from View/Toolbars) and create an autoshape
circle.

Hope this helps.
Andy.

"Rob" wrote in message
...
I am trying to add a letter into a cell and the letter needs a circle
around
it as if marking it on a printed form (E.G marking off the days you eat
out;
M T W T F S S). I have tried making a jpeg image but it needs to be as
text
or a symbol so it can be mail merged. Any suggestioned would bw helpful.
Thanks
--
Rob



  #3   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default A letter in a circle

Rob wrote:
I am trying to add a letter into a cell and the letter needs a circle
around it as if marking it on a printed form (E.G marking off the
days you eat out; M T W T F S S). I have tried making a jpeg image
but it needs to be as text or a symbol so it can be mail merged. Any
suggestioned would bw helpful. Thanks


How about using the drawing tool to draw a circle around the letter and make
the drawing transparent?


  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default A letter in a circle

Circled letters are available in unicode. In column A put:
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423

In B1 put:
=uni(A1) and copy down

Here is the code for uni():

Function uni(r As Range) As String
Dim i As Integer
Dim s As String
i = r.Value
s = ChrW(i)
uni = s
End Function


--
Gary''s Student


"Rob" wrote:

I am trying to add a letter into a cell and the letter needs a circle around
it as if marking it on a printed form (E.G marking off the days you eat out;
M T W T F S S). I have tried making a jpeg image but it needs to be as text
or a symbol so it can be mail merged. Any suggestioned would bw helpful.
Thanks
--
Rob

  #5   Report Post  
Posted to microsoft.public.excel.misc
David
 
Posts: n/a
Default A letter in a circle

With interest above need, I tried this and got boxes until I changed font
to Arial Unicode MS. Something the unwary might miss.

--
David

?B?R2FyeScncyBTdHVkZW50?= wrote

Circled letters are available in unicode. In column A put:
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423

In B1 put:
=uni(A1) and copy down

Here is the code for uni():

Function uni(r As Range) As String
Dim i As Integer
Dim s As String
i = r.Value
s = ChrW(i)
uni = s
End Function




  #6   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default A letter in a circle

Thank you David, I'll remember to mention this in the future (or perhaps put
a comment in the code itself).

Unfortunately a function can't change the format of the cell in which it
resides.
--
Gary's Student


"David" wrote:

With interest above need, I tried this and got boxes until I changed font
to Arial Unicode MS. Something the unwary might miss.

--
David

?B?R2FyeScncyBTdHVkZW50?= wrote

Circled letters are available in unicode. In column A put:
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423

In B1 put:
=uni(A1) and copy down

Here is the code for uni():

Function uni(r As Range) As String
Dim i As Integer
Dim s As String
i = r.Value
s = ChrW(i)
uni = s
End Function



  #7   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default A letter in a circle

GS

I get the circled letters with just about any font I set.

Just for info.

Gord




On Mon, 12 Jun 2006 15:23:01 -0700, Gary''s Student
wrote:

Thank you David, I'll remember to mention this in the future (or perhaps put
a comment in the code itself).

Unfortunately a function can't change the format of the cell in which it
resides.


Gord Dibben MS Excel MVP
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
Sort by number not by letter (C1, A2, B3, D4) dukemeiser Excel Discussion (Misc queries) 3 May 5th 06 02:40 AM
Circle on chart different in print preview Kwalityguy Charts and Charting in Excel 1 April 25th 06 09:09 PM
linking a cell with a specific letter value to a cell with a formu tommo64 Excel Worksheet Functions 4 April 3rd 06 10:44 AM
fill circle half way maverick3 Excel Discussion (Misc queries) 2 March 31st 06 09:21 AM
Have A Letter Reference A Name For An Intoduction travelersway New Users to Excel 2 February 16th 05 05:47 PM


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

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

About Us

"It's about Microsoft Excel"