+ Reply to Thread
Results 1 to 2 of 2

open print dialog (File ---> Print...)

  1. #1
    snaggy^^
    Guest

    open print dialog (File ---> Print...)

    How can i do that by VBA? I just want to get the print dialog of the sheet2...
    seems easy but i can't figure it out

    bye

  2. #2
    Dave Peterson
    Guest

    Re: open print dialog (File ---> Print...)

    Worksheets("Sheet2").Select
    Application.Dialogs(xlDialogPrint).Show

    (not the File|page setup dialog, right?)



    snaggy^^ wrote:
    >
    > How can i do that by VBA? I just want to get the print dialog of the sheet2...
    > seems easy but i can't figure it out
    >
    > bye


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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