I have a form that has a validation list, when I change the value in the validation list it changes many other values on the form. Currently I am having to go through and print these one by one. How would I go about printing these automatically?
Sorry about that, it is in Excel. The validation list is in cell B8 and has a list of names. When you change the name it pulls the data for that individuals name. I need to print a sheet for each person in the list.
where is the validation list picking up the names from ??
all you need to do is loop through that list and enter each name in turn into the validation cell
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
This thread seems to be similair to what I am attempting thread707-877084 but I have a named range called "names" the validation list is in cell B8, how can I adapt the code in this thread to work for me?
Well that cycles throught the validation list but it is not printing the sheet as it does it and I have to click OK after each change. How can I print at each change and not have to click OK at each change?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.