Copyright Symbol

G

Guest

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

Paul Lautman

Karen said:
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
 
G

Guest

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

Paul Lautman

That doesn't seem to work in the header
It should be set up as an AutoCorrect option: (c) should convert to
your copyright symbol. Check Tools > AutoCorrect Options, the
AutoCorrect tab.
 
J

Jim May

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top