Macors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H
I have a file in which "sheet 1" gets data from another sheets thru vlookps. Data looks for a name on "sheet 1" and based on that names collects data from other sheets. Names on "sheet 1" are in a drop down list format.
Is it possible to write a macro with which I can print that data for all the names without having to select each name eveytime and then printing it each time
Thank

AJos
 
You can loop through you list of names, and update the cell referenced by
the vlookup, then print the results sheet (where the formulas are) after
each time you change the name in the cell referenced by the vlookup.

--
Regards,
Tom Ogilvy

AJosh said:
Hi
I have a file in which "sheet 1" gets data from another sheets thru
vlookps. Data looks for a name on "sheet 1" and based on that names collects
data from other sheets. Names on "sheet 1" are in a drop down list format.
Is it possible to write a macro with which I can print that data for all
the names without having to select each name eveytime and then printing it
each time?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top