Results 1 to 20 of 30

Thread: Printing Options

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,476
    Location
    Thanks Tommy,
    From memory, Win 98 didn't need the "on xyz:" text, you could try changing this line
    MyPrinters(I) = PName & " on " & MyKey
    to
    MyPrinters(I) = PName
    Let me know if this works.
    MD

    Anyone have a code line to return the Windows version?
    MD
    Last edited by Aussiebear; 05-17-2025 at 05:13 PM.

Posting Permissions

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