+ Reply to Thread
Results 1 to 6 of 6

Close Print Dialogue Box after printing using VBA

  1. #1
    Registered User
    Join Date
    06-20-2014
    Location
    UK
    MS-Off Ver
    2007
    Posts
    7

    Close Print Dialogue Box after printing using VBA

    Hi Guys

    I have a process that goes through a few sheets of Excel and finds links in a particular column that go to web pages and these i then need to print to Adobe PDF

    the links are similar to :
    http://www.rightmove.co.uk/property-...rtyId=47021753

    Which automatically send you to a print function

    As side effect to this is that i then get multiples of the "PRINT" Dialogue boxes that remain open as the printing process to a default printer and save as filename is already automated in my vba code.

    (screenshot attached of the dialogue box that needs to be removed)

    Is there a way for me to be able to dismiss the Print Dialogues that pop up with a "Cancel" command so that the screen is tidy at the end of the process?

    Thanks for any tips to help me achieve this

    Ash
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Close Print Dialogue Box after printing using VBA

    Why not just save them as PDFs using the Save AS? You could record this, then alter the code accordingly.
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Registered User
    Join Date
    06-20-2014
    Location
    UK
    MS-Off Ver
    2007
    Posts
    7

    Re: Close Print Dialogue Box after printing using VBA

    Hi NathanSav

    It doesn't record the dialogue windows clicks outside of Excel using the record function
    If you have any tips that can help me do this, greatly appreciated

    The link i provided is a good example if you wanted an example to test

    Thanks
    Ash

  4. #4
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Close Print Dialogue Box after printing using VBA

    Save as PDF from Excel.

    ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
    "C:\Users\nsavidge\AppData\Roaming\Microsoft\AddIns\Book1.pdf", Quality:= _
    xlQualityStandard, IncludeDocProperties:=False, IgnorePrintAreas:=False, _
    OpenAfterPublish:=False

    Are you printing from Internet Explorer?

  5. #5
    Registered User
    Join Date
    06-20-2014
    Location
    UK
    MS-Off Ver
    2007
    Posts
    7

    Re: Close Print Dialogue Box after printing using VBA

    Hi Nathansav

    Im not trying to print from excel - this is why its trickier......the macro opens the link and then the macro prints the brochure from the webpage and saves it to a desired location
    The issue is i have these print dialogues left on screen that dont close as part of the process and when the macro finishes - im left with many of these that need to be cancelled manually
    so i need help on how can i clean these up by adding something to to script to do this at the end.

    Sorry if i was not clear before
    Ash

  6. #6
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Close Print Dialogue Box after printing using VBA


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Print Dialogue Box
    By Macca_GB in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-28-2014, 07:49 AM
  2. 11.5.8 2004 for MAC dialogue box won't open for printing...
    By naomimccormick in forum Excel General
    Replies: 0
    Last Post: 02-16-2012, 08:50 PM
  3. [SOLVED] how can I add a print dialogue?
    By Rob in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-05-2005, 07:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1