How do I print a sheet of different address labels?

How do I print a sheet of different address labels?

I've just upgraded to Mountain Lion on my iMac. Here's what I've found.
To print labels, select the addresses you want to print using Contacts.
Go to File>Print. In the resulting dialog box, click on Show Details.
In the middle of the resulting box, click on Style and select 'labels'.
Just below the Style entry are Layout and Label. Select them in turn to choose
the details you want, including the type of label you'll use. I use the Avery 5160
and select it for the proper format.
Turn on your printer, insert a full sheet of labels and print.
Note: I have yet to figure out how to start printing on any label besides
number 1. Because of this problem, I don't use Contacts to print labels,
I usually use an old Palm program, now gone in Mountain Lion, or
pearLabelizer, a free program I got on the 'net.
Bob.

Similar Messages

  • How can I print ONE contact on an Avery label sheet and it not always print on the blank in the upper left?

    How can I print ONE contact on an Avery label sheet and pick where the printer starts?

    In Contacts, select the contact you want to print, then click -> File -> Print (or press Command-P), then Show Details. Next to Style, select Mailing Labels. In the tab Layout, choose the Avery type you need. In the tab Label, choose the content you want to print.

  • How can i print multiple sheets at the same time

    im trying to print multiple sheets out of a particular folder in numbers.  Cant i just select all and print?  When I try to the message that appears is that there is an error printing

    If I guess correctly, you are trying to print thru a printer icon installed on the Desktop.
    At last on my machine, iWork applications aren't compatible with this scheme.
    Here is a script which may be useful.
    --{code}
    --[SCRIPT print_iWork]
    Enregistrer le script en tant qu'application : print_iWork.app
    sur le bureau
    Glisser déposer des icônes de documents iWork sur celle du script pour imprimer ceux-ci.
    --=====
    Save the script as an Application : print_iWork.app
    Drag & Drop icons of iWork documents on the script's icon to print them.
    Yvan KOENIG (VALLAURIS, France)
    2011/05/08
    --=====
    on open (sel)
      local les_documents, un_doc, doc_ID, theApp, nom_du_doc
      my activateGUIscripting()
      set les_documents to sel
      repeat with un_doc in les_documents
      tell application "System Events"
      set doc_ID to type identifier of disk item (un_doc as text)
      end tell
      if doc_ID is in {"com.apple.iwork.pages.pages", "com.apple.iwork.pages.sffpages"} then
      set theApp to "Pages"
      else if doc_ID is in {"com.apple.iwork.numbers.numbers", "com.apple.iwork.numbers.sffnumbers"} then
      set theApp to "Numbers"
      else if doc_ID is in {"com.apple.iwork.keynote.key", "com.apple.iwork.keynote.sffkey"} then
      set theApp to "Keynote"
      else
      set theApp to ""
      end if
      if theApp is not "" then
      tell application theApp
      open un_doc
      set nom_du_doc to name of document 1
      end tell
      my raccourci(theApp, "p", "c")
      my raccourci(theApp, return, "")
      delay 1
      tell application theApp
      close document nom_du_doc without saving
      end tell
      end if
      end repeat
    end open
    --=====
    on activateGUIscripting()
      (* to be sure than GUI scripting will be active *)
      tell application "System Events"
      if not (UI elements enabled) then set (UI elements enabled) to true
      end tell
    end activateGUIscripting
    --=====
    ==== Uses GUIscripting ====
    This handler may be used to 'type' text, invisible characters if the third parameter is an empty string.
    It may be used to 'type' keyboard raccourcis if the third parameter describe the required modifier keys.
    I changed its name « shortcut » to « raccourci » to get rid of a name conflict in Smile.
    on raccourci(a, t, d)
      local k
      tell application a to activate
      tell application "System Events" to tell application process a
      set frontmost to true
      try
                                  t * 1
      if d is "" then
      key code t
      else if d is "c" then
      key code t using {command down}
      else if d is "a" then
      key code t using {option down}
      else if d is "k" then
      key code t using {control down}
      else if d is "s" then
      key code t using {shift down}
      else if d is in {"ac", "ca"} then
      key code t using {command down, option down}
      else if d is in {"as", "sa"} then
      key code t using {shift down, option down}
      else if d is in {"sc", "cs"} then
      key code t using {command down, shift down}
      else if d is in {"kc", "ck"} then
      key code t using {command down, control down}
      else if d is in {"ks", "sk"} then
      key code t using {shift down, control down}
      else if (d contains "c") and (d contains "s") and d contains "k" then
      key code t using {command down, shift down, control down}
      else if (d contains "c") and (d contains "s") and d contains "a" then
      key code t using {command down, shift down, option down}
      end if
      on error
      repeat with k in t
      if d is "" then
      keystroke (k as text)
      else if d is "c" then
      keystroke (k as text) using {command down}
      else if d is "a" then
      keystroke k using {option down}
      else if d is "k" then
      keystroke (k as text) using {control down}
      else if d is "s" then
      keystroke k using {shift down}
      else if d is in {"ac", "ca"} then
      keystroke (k as text) using {command down, option down}
      else if d is in {"as", "sa"} then
      keystroke (k as text) using {shift down, option down}
      else if d is in {"sc", "cs"} then
      keystroke (k as text) using {command down, shift down}
      else if d is in {"kc", "ck"} then
      keystroke (k as text) using {command down, control down}
      else if d is in {"ks", "sk"} then
      keystroke (k as text) using {shift down, control down}
      else if (d contains "c") and (d contains "s") and d contains "k" then
      keystroke (k as text) using {command down, shift down, control down}

  • How do I print all sheets in a spreadsheet using ePrint

    I am using Windows 7 and printing using the ePrint facility (sending an attache spreadsheet through the ePrint email). I want to know how I can print every tab of an excel  spreadsheet. At the moment it only prints the current tab

    Hi Pestonji, the only way to do this is by installing the HP ePrint Mobile Driver software on your laptop. Take a look at this post where someone was trying to do something similar for an explanation of how the solution would work and a download link for the software http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile/Can-you-print-multiple-powerpoint-slides-per-p...
    Hope this helps you achieve what you're trying to do but post back if you're having problems.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • How can i print a full page of mailing labels using the same contact in numerous times/my mailing address

    how can i print out a full sheet of labels using the same contact info numerous times, mailing labels

    Are you using DesignPro from Avery? You should.
    It gives you the option to print individual labels or all the same:

  • How can I print out a small size address book in Leopard?

    How can I print out my address book in Leopard, preferably in pocket size and preferably
    without each card having a separate page?

    First off, you've posted in the Tiger forum, even though your profile says you're running Snow Leopard. Even worse, you're asking about Leopard. You need to be sure you post your questions in the corrrect forum.
    As for the question itself, all you have to do is select the Group you want to print in Address Book, choose Print, select 'Pocket Address Book' from the pop-up Style menu, check the attributes you want included for each contact, and the paper size you want to use and Print.

  • Printing a set of Return Address Labels

    I have a box of Avery-brand copier labels, their item number 5351. I want to use them up, one sheet at a time, each sheet printed with a single address, such as my home residence. I could then use them as my return address labels until the supply (50 sheets) is exhausted. Each Avery sheet has 33 labels (3 x 11) sized 1" x 2 3/4". When trying to Print, I discover panels listing various Avery products; but not this specific item. At any rate, I can never get the "address" I specify to print for 33 times; it only prints one address field then ejects the sheet.
    How can I do the task I have described above?

    Check on Avery's web site for a profile for the type of labels you have or contact their tech support to request a profile.

  • How do I find templates for a return address labels?

    Two day and hours of searching I'm stumpt. Any that I find online like from Avery products won't work. I can find all kinds of things.
    But, where can I find return address templates? Can't find anything in Appleworks either. Trying to make Christmas return address lables with address & images.
    Anyone????

    Hi Mike,
    Your labels will be equivalent in size to AVERY 5267, which is in the list of Avery numbers in the database's label size set.
    The biggest difficulty using these labels is that with 20 rows of labels, any error in the vertical size of the label layout will be magnified by 19 when it comes to positioning the last row.
    As you want all labels the same, DON'T use the Labels Assistant.
    =====Start by creating a new DB document and creating 80 records=====
    Create a new single field DB document.
    Create 80 records in the DB
    (These don't need to contain any data. The fastest way to create them is:
    Open a new Spreadsheet document.
    Select cells A1..A79. Type a character, then press command-D to fill the character into all of the cells.
    Copy (command-C)
    Go to the window menu and choose the DB document.
    Click to the left of the single field label to select the whole record. Make sure the record is highlighted; you should NOT see the insertion point in the field.
    Paste (command-V)
    79 new records should be added to your DB, for a total of 80.
    ======Define a Layout for your labels============
    Go Layout > Layout
    Go Layout > New Layout...
    Click Labels
    Use the popup list to set the size to Avery 5267
    (The Layout name will change from "Layout 2" to "Avery 5267".)
    Click OK to move to the next dialogue.
    Doubleclick the single field name in the Field list to move it to the Field Order list, then click OK
    You'll see the layout window with two grey lines on it, one vertical and one horizontal.
    The short vertical line is the right boundary of one label. Its position is set when you define the label size, and can't be moved.
    The long horizontal line (labeled "Body") is the bottom boundary of one label. Its position is also set when you define the label size, BUT its position is NOT fixed. The position of this line controls how much vertical space is taken by each label—move the line down a sixteenth of an inch and eight 4-label sets of printed data will take nine rows of labels on a sheet of half inch labels.
    The line can be moved inadvertently by dragging it up or down, or by inserting more fields into the label than there is space for. Be very careful NOT to move this line. If it is moved, it's easier (ie. far less hassel) to start over that to nudge it back into the exact position needed.
    In the layout, click on the Field to select it, then press delete to remove it from the layout.
    ======Align the layout with the label stock========
    It's easier to do this before putting the information onto the labels.
    Go AppleWorks > Preferences > General... Graphics
    Click the Object Selection button with eight handles (the lower one), then click OK.
    Click to select the Oval tool in the Tools, then use the Color Palette to choose black as the Fill colour.
    In the large space below the Body line, make a circle whose diameter is the distance between two dots on the grid. (If Autogrid is turned on, the circle will jump to this size when you drag the mouse.)
    Press command-D to duplicate the circle.
    Use the Arrow keys to position the center of one circle at the top left corner of the label.
    Click on the other circle, then use the arrow keys to position its center at the lower left corner of the label. You may have to turn Autogrid off (command-Y) to do the final bit of horizontal nudging for this one).
    NOTEs:
    Only the bottom right quarter of the first circle will be visible. The top and left edges of the window should pass through the centers of the handles at the right side and bottom of the circle.
    The Body line should pass through the center of the middle handles on both sides of the circle. The vertical boundary should pass through the center handle at the top of the circle.
    When the two circles are in place, go Layout > Browse to return to Browse mode, then go Window > Page view.
    You should see a set of quarter circles running down the left edge of the window, three columns of paired quarter circles, and a column of quarter circles at the right edge of the page.
    Print a test sheet on plain paper, place a label sheet on top of that page, and hold the combination up to a light. You should be able to place the 'point' of each quarter circle at the top left corner of one of the labels on the sheet, but you may find that the edges of the paper and the label sheet do not line up when you do so.
    If that's the case, examine the size of the mismatch between paper and label sheet, and adjust as follows:
    To shift all the labels on the page you'll need to adjust the top and laft margins of the Document.
    Go Format > Document...
    Increase the top margin to push the labels further down the page.
    Increase the Left margin to push the labels further to the right.
    Bottom and Right margins my both be set to 0. This will result in a warning when you print, but it makes the adjustment process esier, and the warning may be ignored.
    Repeat the check-adjust-print-check cycle until you're satisfied with the results.
    =====Add the info to the layout======
    When you have the labels aligned to your satisfacton, SAVE the DB document, then go Layout > Layout to return to layout mode.
    Press command-A to select all (the two circles), then press Delete to remove them from the layout.
    Select the Text tool ("A").
    In the space below the body line (and far enough from it to avoid accidently moving it) drag a text frame slightly less wide than the label.
    Type in your address information, and format it as you see fit.
    Click the Selection tool (Arrow) to select the text frame, then use the arrow keys to move it into position on the layout. (Turn Autogrid on for faster movement; off for finer control.)
    If the text box will not fit into the vertical space, Go Format > Size > and choose a smaller size for your text.
    Print a test sheet (plain paper). If necessary, adjust the position of the text by selecting the frame (Use command-A) then moving it with the arrow keys.
    Regards,
    Barry
    PS: Why use the arrow keys?
    You're working close to the (moveable) Body boundary a lot of the time. A slip of the mouse can make it necessary to trash everyhing done up to that point. To avoid that, avoid any use of the mouse that's close to that boundary.
    B

  • How can I send mail mail as different address using iCloud?

    I have setup Mail in OSX Lion to use my iCloud account ([email protected]) succesfully. When I compose a new message I would like to be able to send from an email address other than [email protected] (eg. [email protected] which is an email account I have set to forward to [email protected])
    In Mail > Preferences > iCloud (IMAP) > Email Address I have entered: '[email protected], [email protected]'
    which enables the "From" drop list. When I select  [email protected] and hit send, the message is not sent and Mail informs me that I have entered the wrong username and password. If I select [email protected] the message is sent without a problem.
    Why is this happening? What's the point of allowing me to select a different email address without being able to actually send email with that email address?
    Please help.

    Try looking at the following post...
    http://forum.java.sun.com/thread.jspa?threadID=329816

  • How can i  print reports to different printer by use Trigger on table after insert

    Hello,
    Please can any one tell me how can i print (any message) to different printer (network & local printer) by use Trigger on table after insert.
    regards,
    Linda.

    What you want to do cannot be done with PL/SQL, which does have any print utilities. However you could write something using Java Stored Procedures.
    Of course the "different printer" bit will have to be data driven as triggers are not interactive.
    rgds, APC

  • Printing Multiple Sheets in a Spreadsheet

    Hi -
    How do I print multiple sheets in a Numbers spreadsheet? Suppose I have Sheet 1, Sheet 2, Sheet 3, and Sheet 4, and only want to print Sheet 1, Sheet 2, and Sheet 4. I do not want to print the whole spreadsheet.
    Thank you.

    Numbers does not give you the option to omit specific sheets in printing, but you can specify a single page or a range of pages. Pages are in the order that the sheets appear on the sidebar.
    Each sheet has a minimum size of one page when printed, but does not have a maximum size, so your first step is to determine the sheet-pages correspondence.
    Go View > Show Print View.
    If each sheet is on a separate page there are two methods of omitting sheet three from printing.
    1. Do two separate print runs. Print pages 1 - 2 on the first and pages 4 - 4 on the second.
        OR
    2.Select Sheet 3 in the sidebar and drag it to a position below Sheet 4. Print pages 1 - 3. After printing, drag Sheet 3 back to its original position.
    Regards,
    Barry

  • How do I print Avery address labels?

    Is there any easy way to print a page of return address labels using standard Avery sizes? Does not appear to be an option in Pages. I can do it in Word, but would rather not use it.
    TK Hayes

    I figured out a way to do this using Address Book without resorting to Word or Print Shop. What I did was select the contact I wanted to use to print return address labels -- the same address printed on a page of 30 Avery labels (8160) -- and drag it to the desktop. I selected the resulting vCard on my desktop, clicked the right mouse button (CTRL+mouse-click if you have a one-button mouse) to get the context menu, and selected "Duplicate." I duplicated this one vCard 28 times. I then imported the 29 vCards back into Address Book, but I chose "Keep Both" when the Duplicates warning asked me what I wanted to do. I made sure to check the box "apply to all." I then selected these 30 contact cards (all of the same contact), and selected "File / Print" from the menu bar. In the Address Book area of the print dialog, I selected "Mailing Labels" from the Style pull-down menu. Then I clicked on the Layout tab and selected Avery standard and 8160.
    In order to save myself the trouble of having to do all this over again, I selected Save to PDF from the PDF drop-down menu at the bottom left corner. That way, I can print out these return address labels any time. After all that, I deleted the extra 29 copies of the contact.
    I know this wasn't as easy as doing it in Word, but if you don't have Word and don't want to buy extra software, this is how to do it with a standard installation of Mac OS 10.5.

  • Trouble Printing Address Labels

    I using the Canon Pixma MG 2120 printer.
    I'm using Hallmark Card Studio 2012 with Avery 5160 trying to print a page of 30 address labels.
    The Canon printer is making me print one label at a time even when I set it to print 30 labels.
    My previous printer printed the 30 labels all at once.
    Printing 1 label at a time is time consuming.
    Do I have something set incorrectly? Thank you for any help you can give me.

    Hello Dawter.
    Most Avery labels provide instructions or recommended "template" options to use when printing their labels.  Please check to see if an information slip or sheet was included with your labels.  This would give information on what label template to use.
    If you continue to have difficulties, you may have to print the labels from a different program such as Microsoft Word.
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How can I print mulitple different .ai files onto one page in Illustrator CS6?

    How can I print mulitple different .ai files onto one page in Illustrator CS6? I have all of the files organized by Arrange Documents>Tile All in Grid and I would like to print the files in this format so that they can all be seen at once when printed out onto one page.
    Some background is that I have 16 different cad drawings that I have converted and edited in illustrator. I'd like to basically make a contact sheet with all 16 drawings so that they can be reviewed on one sheet of paper after printing. But each drawing is in it's own unique file, and I have not figured out how to put them all onto one page for printing.

    You can place them (linked) into a new Illustrator file and print from there.
    The original files will need pdf compatability.

  • How can I print address labels from numbers spread sheet

    How can I print address labels from numbers spread sheet

    CAB,
    The 5163 template has the following dimensional specs:
    Dimensions & Info
    Length: 4.00000"          Height: 2.00000"
    Top Margin: 0.50000"          Bottom Margin: 0.50000"
    Left Margin: 0.18000"          Right Margin: 0.18000"
    Hor. Spacing (gutter): 0.14000"          Vert. Spacing (gutter): 0.00000"
    Intended Use: Mailing Labels, Shipping Labels, Address Labels
    There's a great vendor site with this data readily available, better than the Avery site in my opinion. But, you can get the same info in the Contacts Print dialog pane.
    You can grab a template matching these dimensions from that vendor site, Copy the table after opening the Word Template in Pages and drop the into a blank Numbers Sheet.
    I found that Sheet side margins of 0.15" worked better than 0.18. For some reason the table wanted to flow to the next page to the right with 0.18". Turning off the Headers and Footers and setting Top and Bottom Margins to 0.5" worked well. These adjustments are made in the Sheets Inspector.
    So, that will put the template you specified into a Numbers document and you can print labels properly aligned from there. Since your problem statement is a bit lacking in detail, that's all I can offer you at this point.
    Jerry

Maybe you are looking for

  • Headphone jack no sound

    my toshiba p305d-8995e is not giving me sound when i plug in my headphoens the speakers work fine but when i plug in headphones it doesnt switch over. the headphones work fine because i use them with my music player. why is this not working? Thanks

  • Wireless-N Gigabit Router ports wont open?? NEED HELP

    I upgraded my linksys WRT54GX to a linksys Wireless-N Gigabit Router with Storage Link and now when I open ports or specify my ip under a DMZ, my ports are still being blocked. Im trying to open a few ports for my applications but when i test them..

  • How do I get a camera tab on my Photo Booth

    I have an iMac OS X 10.4.11. and my version of Photo Booth does not have a Camera Tab for me to connect an additional camera, it only allows me to use it's own built in camera. Is there any way to get an update to my Photo Booth so I can get this tab

  • Can't locate iweb folder in application support

    I cant locate the iweb folder inapplication support, I'm trying to find the domain file but I've haven't succeed.

  • How can i import a dvd recorded on PC into imovie

    I recently moved from a PC to a mac. on my PC I recorded old video tapes onto DVD's. I now want to put these DVD into imovie so that it can be edited The DVD is registering on the desktop, but imovie doesn't let me import it. any help with this would