I'm pretty good with excel, but not with VB script.
I have a drop-down list populated from a named range (say, of names). Upon selecting a name from this list, all of the other fields on the page get updated from the master worksheet.
Here's the goal -- I want to be able to print off a copy of the updated values for each person in the dropdown with one click of the button. There are 50+ people, I don't want to have to click the drop-down each time, hit print, and repeat, 50+ times.
Seems like it should be easy to do with a script that either (a) iterates though the list and prints each one or (b) iterates through the list, makes a new sheet in a new workbook with the values only (no references), and then print that entire temporary workbook, with 50+ sheets. Personally, I think (a) is very easy, but I'm sure screen updates and print queues are invovled.
HELP! ???