How do I print a page of return labels in Address Book?

How do I print a page of return labels in Address Book?

Okay, it's a bit of hack, but standby..
Setup your address (that you want printed) in contacts app
Copy that address
Paste 30 times (or however many labels you have per page)
Select those 30 duplicate entries, and go to print
Viola! (When you are done you can delete the excess entries)

Similar Messages

  • Printing Mailing Labels from Address Book

    Stupid question, but one that is driving me crazy.
    How do you print a sheet of mailing labels from Address Book but when the entire sheet of labels is the SAME label?
    I can print labels successfully in address book, can select the label type and number, etc.
    However, when I select a single contact, I can't find a way to print up an entire sheet of labels (e.g. 14) of all the same contact - it only prints one label of the single contact.
    Please help! I know it must be a simple fix but can't find it anywhere to select as an option.

    OK, weird that this morning (one day after you posted this question) I had the same question. I just want to print some return address labels for my own company. While I haven't been able to find a software based way to do it, I did think up a workable (if a bit ridiculous) hack. Copy the address you want to fill the sheet of labels with however many times there are labels on the sheet and select those however many copies and click print! I created 30 copies of my own company's address in Address Book, selected them, and printed a sheet of labels without problem. A bit dumb, but it works!
    Hope that helps.

  • How can i print specific pages against searched word or name (in one print command) from 1000 pages

    how can i print specific pages against searched word or name (in one print command) from 1000 pages

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • HT4356 How can we print single pages, such as 1,4 and 8 instead of printing all pages?

    On an iPad, how can we print single pages 1, 4 or  8 or 2, 4 and 7 instead of having to print all pages?

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • How can I print a pages document in book format ..order?

    How can I print a pages document in book format ..order?

    This is usually a function of the driver you're using. Have you looked in the various PDEs for black and white or grayscale? What kind of printer are you using?

  • How can I print half pages to fit in my circa desk calendar

    How can I print half pages from iCal to fit in my Circa desk calendar?

    That depends on the program, but if it's Preview, go to Page Setup... under the File menu. Select the appropriate paper size there. Then go to File > Print... and do a Preview. If the content does not fit on the page, some printer drivers will have a Scale to Fit setting. If there is none, go back to Page Setup... and manually adjust the Scale until it fits nicely when you do a Preview.

  • How can i print only pages which have been highlighted, from a multi page file?

    How can i print only pages which have been highlighted, in a multi page file.

    Ah, I see want you mean. This might not be practical for you, but if you select one instance of the highlighted text and add a [space] to the little sticky note, all of the highlighted text on that page will appear in the summary.

  • How do I print 2 pages from a pdf file and enlarge it

    how do i print 2 pages from a file and enlarge it  to email

    Hi stevebulldog,
    Do I understand correctly that you'd like to extract two pages from a PDF, and then send them via email?
    To extract pages from a PDF, you need to use Acrobat. If you don't have Acrobat, you can try it for free for 30 days. Please see http://www.adobe.com/products/acrobat.html.
    I'm not sure what you mean by "enlarge" it. When your recipient views the PDF, they can enlarge the view (zoom in on the PDF) by choosing options from the View menu in Acrobat or Reader.
    Best,
    Sara

  • How do I print selected pages from a multi page document

    How do I print selected pages from a multi page document?
    This question was solved.
    View Solution.

    Hi,
    It depends on the software you are using, what is it ? In general you can select a range or just a number of pages.
    Regards
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I print multiple pages (2) to one A4 page?

    Hi folks,
    How do I print multiple pages (2) to one A4 page (as you can in a PDF) ?
    There is no option when I try to print & I have checked advanced etc. I have tried opening as a PDF. I have tried printing to PDF but it won't allow.
    Any ideas or suggestions would be greatly welcomed - I don't fancy printing the whole 188 pages, but I need them all!
    Thanks,

    Hi Chris,
    Try this, and if you have any trouble get back and we'll trouble shoot, but I think it will work for you.
    Open System Preferences.
    Select Print & Scan
    Click on your printer under Printers in the left pane
    Click "Open Print Queue", on the right
    The print queue app will appear on your Dock
    Open a Finder window containing your files to be printed and select them all
    Drag the files from Finder to Print Queue icon in Dock
    Regards,
    Jerry

  • How do I print out the value returned by a method in main??

    I'm a total newbie at java, I want to know how I can print out the value returned by this function in the "Main" part of my class:
    public int getTotalPrice(int price)
    int totalprice=price+(price*0.08);
    return totalprice;
    I just want to know how to print out the value for total price under "public static void main(String[] args)". thanks in advance,
    Brad

    Few ways you could do it, one way would be to create an instance of the class and call the method:
    public class Test
        public double getTotalPrice(int price)
            double totalprice = price + (price * 0.08);
            return totalprice;
        public static void main(String[] args)
            Test t = new Test();
            System.out.println(t.getTotalPrice(52));
    }Or another would be to make getTotalPrice() static and you could call it directly from main.

  • How can I print a page?

    Hi
    How can I print a page in Firefox for Android? (Edited)
    ToddeSwe

    Why can't we have menu in Android Firefox to do the printing? like in the pc version.
    ToddeSwe

  • How one can print a page to pocket printer from handset of nokia 40 series/

    how one can print a page to pocket printer from handset of nokia 40 series/60series/80 series
    if u have any information regarding these two question the pls send me the link

    I came across something similar recently where it printed the left hand side only!
    If I want to print an email, instead of File > Print  ( does not print properly ) I click on the print icon on my email webpage ( do not use applemail and access gmail direct) which then takes me to print preview showing the complete email which prints ok.
    Some webpages ( File>Print) do not print properly and some do. Those that do not generally have their own printer icon (path) that needs to be clicked on.
    Maybe something to do with encryption but don't know.
    Hope this helps in some way.

  • How do you print a Page document that will show your highlights in color say yellow

    how do you print a Page document that will show your highlights in color say yellow

    Let me guess you are not on OSX (10.6.5), which means you are using which version of Pages?
    Peter

  • Does anyone know how to add a preface page at the beginning of the book in ibooks author once the book is written? No matter how I try to add a Preface page, it goes to the end of the book.

    Does anyone know how to add a preface page at the beginning of the book in ibooks author once the book is written? No matter how I try to add a Preface page, it goes to the end of the book.

    Thanks. I've tried this and apparently the template I'm using is one of those where it doesn't work. I've tried dragging it as well as cutting a pasting but it always travels back to the end of the book. Maybe I can try changing the template temporarily, move the preface page, and then convert back to the original template. I'll experiment a little.

Maybe you are looking for

  • How I tried fix my partitions and restore a Dell Diagnostic Partition.

    UPDATED: 2 September 2012 UPDATE: Now that I reflect back on the incidence, I realize that the Dell Utility partition had lost its ability to boot long before I had messed up my partition table. But I realized it only when I was testing all my partit

  • Migration from Unity 4.x to Unity Cxn 8.5

    I have a unity 4.2,  want to migrate to unity cx8.5, if I have UCSS contract, there would be a licensing cost of migration?

  • Satellite 2410: Question about different ways to use BlueTooth

    Hi, I'm having trouble finding somewhere to purchase a bluetooth module for my Toshiba Satellite 2410 - the handbook says I can, and I know there is space on the underside of the laptop to insert it. I just can't seem to find one to buy - does anybod

  • Apps wont start with lion

    Hi Can anyone help?  Ever since I have installed Mountain Lion my Mini Mac starts up with a black screen and it runs through a set of diagnostics, I then have to type in the root mode EXIT for the mac to start up. Not only that it states that it has

  • Using SanDisk Reader/Writer

    I cannot read a 1G xD card from my SanDisk Imagemate 8 in 1 reader/writer. I can read and transfer images from the camera to the computer but not from the SanDisk Imagemate 8 in 1 reader/writer. Is it possible this reader/writer just cannot handle a