+ Reply to Thread
Results 1 to 1 of 1

Editing a macro to print additional rows

  1. #1
    Registered User
    Join Date
    06-12-2007
    Posts
    1

    Editing a macro to print additional rows

    I have a macro to print a user-defined range of cells.

    Sub print2()
    My_Range = InputBox("Enter the name of the area to print:")
    If Len(My_Range) > 0 Then Range(My_Range).PrintOut
    If Err > 0 Then MsgBox "Name or range specified is not valid."

    End Sub

    I did not write it, one of my co-workers did. How do I make it print rows 1-6 (contains header information) in the same columns that the user selected?
    Last edited by cjv359; 06-12-2007 at 10:05 AM.

+ 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