Basic Office 2003 question

J

Jeff

Where do I find out how to make my own business cards? So I can print them;I
think I saw business card templates somewhere but can't find it. A friend
said it was in office publisher;and I have Office 2003 Student/Teacher and
can't find "publisher"?
Thanks,
Jeff
 
T

Tom [Pepper] Willett

You can make them in Word, also. See:
http://office.microsoft.com/en-us/templates/CT011389721033.aspx
For some templates

Tom
| Where do I find out how to make my own business cards? So I can print
them;I
| think I saw business card templates somewhere but can't find it. A friend
| said it was in office publisher;and I have Office 2003 Student/Teacher and
| can't find "publisher"?
| Thanks,
| Jeff
|
|
 
J

JoAnn Paules [MVP]

As GnO has said, Publisher is not part of the Students and Teachers Edition
but I highly recommend it if you are going to be doing a bit of desktop
publishing work.
 
J

Jeff

Ok,
Where do I get Publisher? From the Office website?
Jeff

JoAnn Paules said:
As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit of
desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find it. A
friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

James Silverton

Jeff wrote on Tue, 9 May 2006 15:27:54 -0400:

J> Where do I find out how to make my own business cards? So I
J> can print them;I think I saw business card templates
J> somewhere but can't find it. A friend said it was in office
J> publisher;and I have Office 2003 Student/Teacher and can't
J> find "publisher"? Thanks,
J> Jeff

There are usually instructions for setting up included in boxes
of Avery Card stock. I make mine as a table in MS Word and wrote
a fairly simple macro to copy any changes from one card to the
rest. If you feel it could be useful, let me know and I will
post it.

James Silverton.
 
T

Tom [Pepper] Willett

You purchase it from your favorite online software store or local software
store. It's not free and it's not downloadable.

Tom
| Ok,
| Where do I get Publisher? From the Office website?
| Jeff
|
| | > As GnO has said, Publisher is not part of the Students and Teachers
| > Edition but I highly recommend it if you are going to be doing a bit of
| > desktop publishing work.
| >
| > --
| >
| > JoAnn Paules
| > MVP Microsoft [Publisher]
| >
| >
| >
| > | >> Where do I find out how to make my own business cards? So I can print
| >> them;I think I saw business card templates somewhere but can't find it.
A
| >> friend said it was in office publisher;and I have Office 2003
| >> Student/Teacher and can't find "publisher"?
| >> Thanks,
| >> Jeff
| >>
| >
| >
|
|
 
G

garfield-n-odie [MVP]

See
http://www.microsoft.com/Office/publisher/howtobuy/default.mspx
and http://www.microsoft.com/Office/publisher/prodinfo/trial.mspx .
Ok,
Where do I get Publisher? From the Office website?
Jeff

As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit of
desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find it. A
friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

Jeff

James,
That would be great!!! I'm a newbie at pc's so any basic help is
appreciated.
Thanks,
Jeff
 
J

JoAnn Paules [MVP]

My recommendation is Amazon.com. You not only get the CDs but you can save a
little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Ok,
Where do I get Publisher? From the Office website?
Jeff

JoAnn Paules said:
As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit of
desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find it.
A friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

Jeff

Thanks,
Would there be an OGA issue tho?
Jeff

JoAnn Paules said:
My recommendation is Amazon.com. You not only get the CDs but you can save
a little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Ok,
Where do I get Publisher? From the Office website?
Jeff

JoAnn Paules said:
As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit of
desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find it.
A friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

James Silverton

Jeff wrote on Tue, 9 May 2006 16:27:08 -0400:

J> "James Silverton" <not.jim.silverton.at.comcast.net> wrote
J> in message ??>> Jeff wrote on Tue, 9 May 2006 15:27:54 -0400:
??>>
J>>> Where do I find out how to make my own business cards? So
J>>> I can print them;I think I saw business card
J>>> templates somewhere but can't find it. A friend said it
J>>> was in office publisher;and I have Office 2003
J>>> Student/Teacher and can't find "publisher"? Thanks,
J>>> Jeff
??>>
??>> There are usually instructions for setting up included in
??>> boxes of Avery Card stock. I make mine as a table in MS
??>> Word and wrote a fairly simple macro to copy any changes
??>> from one card to the rest. If you feel it could be useful,
??>> let me know and I will post it.
??>>
??>> James Silverton.

Here's the macro anyway.

Sub Copy_cell()
'
' The intention of this is to copy the first cell
' of a 5 x 2 table to the remaining nine.
' This is for making business cards.
' Macro originally *recorded* 02/18/00
ActiveDocument.Tables(1).Cell(1, 1).Select
Selection.Copy
' Now copy the first cell to all the rest.
For icell = 1 To 9
Selection.MoveRight Unit:=wdCell
Selection.Paste
Next icell
Selection.HomeKey Unit:=wdStory
End Sub

James Silverton.
 
J

JoAnn Paules [MVP]

Why should there be? Genuine software is genuine software.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Thanks,
Would there be an OGA issue tho?
Jeff

JoAnn Paules said:
My recommendation is Amazon.com. You not only get the CDs but you can
save a little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Ok,
Where do I get Publisher? From the Office website?
Jeff

As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit of
desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find
it. A friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

Jeff

True,
But how would i know; buying from someone on E-Bay until I install
it? Buyer beware; I guess. But thanks for the info; I'm going to get
it;especially if you think it would be easy;because I'm brand new to Office
stuff.

Jeff

JoAnn Paules said:
Why should there be? Genuine software is genuine software.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Thanks,
Would there be an OGA issue tho?
Jeff

JoAnn Paules said:
My recommendation is Amazon.com. You not only get the CDs but you can
save a little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Ok,
Where do I get Publisher? From the Office website?
Jeff

As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit
of desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find
it. A friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

Jeff

Oh,
Oops,
Pardon that last post. Didn't read it right. Amazon.com isn't E-Bay,
Sorry,
Jeff

JoAnn Paules said:
Why should there be? Genuine software is genuine software.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Thanks,
Would there be an OGA issue tho?
Jeff

JoAnn Paules said:
My recommendation is Amazon.com. You not only get the CDs but you can
save a little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Ok,
Where do I get Publisher? From the Office website?
Jeff

As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit
of desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can print
them;I think I saw business card templates somewhere but can't find
it. A friend said it was in office publisher;and I have Office 2003
Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
J

JoAnn Paules [MVP]

You had me wondering there for a moment. I would *never* recommend anyone
buy software from eBay. Make that NEVER!

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Oh,
Oops,
Pardon that last post. Didn't read it right. Amazon.com isn't E-Bay,
Sorry,
Jeff

JoAnn Paules said:
Why should there be? Genuine software is genuine software.

--

JoAnn Paules
MVP Microsoft [Publisher]



Jeff said:
Thanks,
Would there be an OGA issue tho?
Jeff

My recommendation is Amazon.com. You not only get the CDs but you can
save a little money too.

--

JoAnn Paules
MVP Microsoft [Publisher]



Ok,
Where do I get Publisher? From the Office website?
Jeff

As GnO has said, Publisher is not part of the Students and Teachers
Edition but I highly recommend it if you are going to be doing a bit
of desktop publishing work.

--

JoAnn Paules
MVP Microsoft [Publisher]



Where do I find out how to make my own business cards? So I can
print them;I think I saw business card templates somewhere but can't
find it. A friend said it was in office publisher;and I have Office
2003 Student/Teacher and can't find "publisher"?
Thanks,
Jeff
 
Top