SaltySquid
New Member
- Joined
- Nov 14, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
At my job, I travel to Navy Ships and test equipment. We have to print out large test booklets from an old Word document and any changes you make usually screws everything up. So I want to create an all inclusive test booklet creator in Excel. So my question is.
I have a series of checkboxes (we will say B3:B10) and next to each one is a hyperlink to a sheet within the workbook that houses the test sheet. Then next to that is a field where the tech will enter the amount of that test sheet they need. Then there will be a print button to print the entire test booklet.
How would I code the button to print like this. An example (since I work best off examples)
B3 is checked B4 is checked
C3 leads to Sheet 7 C4 leads to Sheet 9
D3 the tech entered 5 D4 = 3
All other checkboxes are "false".
So when the print button is pushed, 5 copies of Sheet 7 and 3 copies of Sheet 9 are printed.
The end "splash page" will have about 50-60 checkboxes. So it's going to be a big workbook (if that matters).
I have a series of checkboxes (we will say B3:B10) and next to each one is a hyperlink to a sheet within the workbook that houses the test sheet. Then next to that is a field where the tech will enter the amount of that test sheet they need. Then there will be a print button to print the entire test booklet.
How would I code the button to print like this. An example (since I work best off examples)
B3 is checked B4 is checked
C3 leads to Sheet 7 C4 leads to Sheet 9
D3 the tech entered 5 D4 = 3
All other checkboxes are "false".
So when the print button is pushed, 5 copies of Sheet 7 and 3 copies of Sheet 9 are printed.
The end "splash page" will have about 50-60 checkboxes. So it's going to be a big workbook (if that matters).