Im trying to create a VBA that reads in a certain cell value (any number from 1 to 10 depending on the input from the user) and then changes to value to read "1 of 10" and prints out a sheet. Then the value increases to read "2 of 10" and prints out again, this needs to continue until all the sheets are printed out ("10 of 10").
This could be different if the user inputs a different value though, for example, 2. I would need it to print out two sheets that say 1 of 2 and then 2 of 2
This could be different if the user inputs a different value though, for example, 2. I would need it to print out two sheets that say 1 of 2 and then 2 of 2