I have a multi-sheet workbook where the first two sheets are forms that get printed. I've set up text boxes in the appropriate places on those to pull data from one of the other sheets.
I have a third sheet where all my data is, in columns. Column A is last name, Column B is first name, and so on. Then I have a cell where I type in the row number for the data I want in the form. It all works, as long as I change that number each time I print.
What I'd like to do, if it's possible, is to specify beginning and ending rows, and then tell it to loop through them and print each one. Can that be done?
I have a third sheet where all my data is, in columns. Column A is last name, Column B is first name, and so on. Then I have a cell where I type in the row number for the data I want in the form. It all works, as long as I change that number each time I print.
What I'd like to do, if it's possible, is to specify beginning and ending rows, and then tell it to loop through them and print each one. Can that be done?