#1   Report Post  
Posted to microsoft.public.excel.misc
Karen
 
Posts: n/a
Default Copyright Symbol

Is there a way to create a copyright symbol into the header or footer of
Excel 2003?
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Copyright Symbol

Karen wrote:
Is there a way to create a copyright symbol into the header or footer
of Excel 2003?
Thank you


Just go to CHARMAP (Start-Run-type charmap click OK
Select the copyright symbol
click copy
go to Excel
View-Header and Footer...
Paste in the symbol


  #3   Report Post  
Posted to microsoft.public.excel.misc
SVC
 
Posts: n/a
Default Copyright Symbol

It should be set up as an AutoCorrect option: (c) should convert to your
copyright symbol. Check Tools AutoCorrect Options, the AutoCorrect tab.

"Karen" wrote:

Is there a way to create a copyright symbol into the header or footer of
Excel 2003?
Thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Copyright Symbol

That doesn't seem to work in the header

SVC wrote:
It should be set up as an AutoCorrect option: (c) should convert to
your copyright symbol. Check Tools AutoCorrect Options, the
AutoCorrect tab.

"Karen" wrote:

Is there a way to create a copyright symbol into the header or
footer of Excel 2003?
Thank you




  #5   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default Copyright Symbol

You have to use VBA;
In a cell (somewhere, say Z1), do (from the Menu, Insert
Symbol, Click (once you find it) the Circled C.. - Click on the Insert
button.
Now with Z1 = C (copyright sign)

Go to VBE - This Workbook,
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftHeader = Sheets("Sheet1").Range("z1")
End Sub

Hope that helps,,
Jim May


"Paul Lautman" wrote in message
...
That doesn't seem to work in the header

SVC wrote:
It should be set up as an AutoCorrect option: (c) should convert to
your copyright symbol. Check Tools AutoCorrect Options, the
AutoCorrect tab.

"Karen" wrote:

Is there a way to create a copyright symbol into the header or
footer of Excel 2003?
Thank you








  #6   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Copyright Symbol

No you don't. My first post explaining how to do it with charmap works fine.

Jim May wrote:
You have to use VBA;
In a cell (somewhere, say Z1), do (from the Menu, Insert
Symbol, Click (once you find it) the Circled C.. - Click on the
Insert button.
Now with Z1 = C (copyright sign)

Go to VBE - This Workbook,
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftHeader = Sheets("Sheet1").Range("z1")
End Sub

Hope that helps,,
Jim May


"Paul Lautman" wrote in message
...
That doesn't seem to work in the header

SVC wrote:
It should be set up as an AutoCorrect option: (c) should convert to
your copyright symbol. Check Tools AutoCorrect Options, the
AutoCorrect tab.

"Karen" wrote:

Is there a way to create a copyright symbol into the header or
footer of Excel 2003?
Thank you




  #7   Report Post  
Posted to microsoft.public.excel.misc
JG
 
Posts: n/a
Default Copyright Symbol

the only way I could get it to work was to use the auto correct feature (
type in (c))in the actual worksheet then copy it and paste it into the header.

"Paul Lautman" wrote:

That doesn't seem to work in the header

SVC wrote:
It should be set up as an AutoCorrect option: (c) should convert to
your copyright symbol. Check Tools AutoCorrect Options, the
AutoCorrect tab.

"Karen" wrote:

Is there a way to create a copyright symbol into the header or
footer of Excel 2003?
Thank you





  #8   Report Post  
Posted to microsoft.public.excel.misc
Hubitron2000
 
Posts: n/a
Default Copyright Symbol

The easiest way is to hold ALT and type 0169.

Check out this page for more symbols:

http://www.forlang.wsu.edu/help/keyboards.asp

:)

"Karen" wrote:

Is there a way to create a copyright symbol into the header or footer of
Excel 2003?
Thank you

  #9   Report Post  
Posted to microsoft.public.excel.misc
Karen
 
Posts: n/a
Default Copyright Symbol

Thank you all for your input - The ALT keyboard symbols works great - Thanks
again!

"Hubitron2000" wrote:

The easiest way is to hold ALT and type 0169.

Check out this page for more symbols:

http://www.forlang.wsu.edu/help/keyboards.asp

:)

"Karen" wrote:

Is there a way to create a copyright symbol into the header or footer of
Excel 2003?
Thank you

  #10   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default Copyright Symbol


hi!

try this!

=CHAR(169)

-via135


--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=524587



  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Copyright Symbol

Thank you this was very helpful and the easiest way.
--
M. Claire


"Hubitron2000" wrote:

The easiest way is to hold ALT and type 0169.

Check out this page for more symbols:

http://www.forlang.wsu.edu/help/keyboards.asp

:)

"Karen" wrote:

Is there a way to create a copyright symbol into the header or footer of
Excel 2003?
Thank you

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 to delete automatic 'copyright' symbol insertion zipman1953 Excel Discussion (Misc queries) 1 February 8th 06 07:37 PM
(C) instead of copyright symbol? Dave Peterson Excel Discussion (Misc queries) 1 December 16th 05 02:43 AM
how do i type (c) without getting the copyright symbol? TJ Excel Discussion (Misc queries) 5 July 25th 05 10:11 PM
Copyright symbol nlabuda1 Excel Discussion (Misc queries) 1 February 17th 05 10:40 PM
Copyright symbol nlabuda Excel Discussion (Misc queries) 0 February 17th 05 10:31 PM


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

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"