Results 1 to 2 of 2

Thread: for mango

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    23

    Talking

    it is still not working, it did not print just the rows that contain data?

    anything else?

    Steve
    Stephen Warker

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Leavenworth KS USA
    Posts
    482
    I'm definitely having a drainbamaged morning...
    Code:
    Sub p()
    Dim pntRng As Range
      With ActiveSheet
        Set pntRng = .Range("A101:IV65535")
        .PageSetup.PrintArea = pntRng.Parent.UsedRange.Address
        .PrintOut
        Set pntRng = Nothing
      End With
    End Sub
    And, gee, this time I even tested it... Sorry for the red-herrings!

    FWIW, it's Mongo, nicht mango -- still haven't recovered from a forced warm mango juice diet a decade ago...

    [Edited by Mongo on 07-10-2000 at 01:31 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
  •  



Click Here to Expand Forum to Full Width