Print Dialog Allow Selection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack Russell

    Print Dialog Allow Selection

    Just upgrading a VB6 program. I have found allow selection but cannot
    find out how I find the Selection Buttons value (Checked or not)

    Any ideas out there?

    TIA
  • Steve Gerrard

    #2
    Re: Print Dialog Allow Selection

    Jack Russell wrote:
    Just upgrading a VB6 program. I have found allow selection but cannot
    find out how I find the Selection Buttons value (Checked or not)
    >
    Any ideas out there?
    >
    TIA
    How about

    If Me.PrintDialog1 .PrinterSetting s.PrintRange = Printing.PrintR ange.Selection
    Then...


    Comment

    • Jack Russell

      #3
      Re: Print Dialog Allow Selection

      Steve Gerrard wrote:
      Jack Russell wrote:
      >Just upgrading a VB6 program. I have found allow selection but cannot
      >find out how I find the Selection Buttons value (Checked or not)
      >>
      >Any ideas out there?
      >>
      >TIA
      >
      How about
      >
      If Me.PrintDialog1 .PrinterSetting s.PrintRange = Printing.PrintR ange.Selection
      Then...
      >
      >
      Brilliant thanks, I seem to have a mental block with msHelp!

      Comment

      Working...