Results 1 to 6 of 6

Printing everything in a dropdown list.

Threaded View

bclark2 Printing everything in a... 09-11-2013, 01:37 PM
fredlo2010 Re: Printing everything in a... 09-11-2013, 09:51 PM
bclark2 Re: Printing everything in a... 09-11-2013, 10:17 PM
Fotis1991 Re: Printing everything in a... 09-12-2013, 02:29 AM
bclark2 Re: Printing everything in a... 09-12-2013, 09:06 AM
JacAnz Re: Printing everything in a... 10-01-2013, 11:07 AM
  1. #1
    Registered User
    Join Date
    09-09-2013
    Location
    Kansas City
    MS-Off Ver
    Excel 2003
    Posts
    3

    Printing everything in a dropdown list.

    I am very new to macros so forgive me if I'm over-complicating this. I've tried looking through google searches but either haven't found the answer, or haven't found one that I understood (and therefore didn't know I found the answer.)

    On the student tab there is a drop down list (currently populated with 3 names, but eventually would have up to 40). I would like to make a macro attached to a button, that when pushed would select each name in the drop down list and print the associated data. I know how to set a macro to print the selection, but it only prints for one item in the drop down list. Anyone have any idea what I'm doing wrong? Again, if this is really very simple I apologize.

    Here is my current macro (created by recording) that prints the area with all the info I want. The dropdown list is located in B2 on a sheet titled Student Report. It references a list of names on a sheet titled Teacher Pathways - 1st. That list is in cells A15-A56.

    Sub Student_Report()
    
    
      Sheets("Student Report").Select
        Range("A1:M54").Select
        ActiveSheet.PageSetup.PrintArea = "$A$1:$M$54"
        Selection.PrintOut Copies:=1
        Sheets("Student Report").Select
    
    
    End Sub

    Thank you for any help.
    Last edited by bclark2; 09-11-2013 at 01:54 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 08-22-2012, 03:52 PM
  2. Dropdown list effects multiple dropdown list
    By pvaldez in forum Excel General
    Replies: 1
    Last Post: 05-07-2010, 02:12 PM
  3. Replies: 21
    Last Post: 12-02-2009, 03:27 PM
  4. Date dropdown list and a Time dropdown list in outlook
    By L_ter in forum Outlook Programming / VBA / Macros
    Replies: 3
    Last Post: 03-30-2009, 02:33 AM
  5. result of selecting from the dropdown list should be a dropdown list
    By No News in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-05-2006, 11:15 AM

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