I have uncommented that line and tested the print button. I received a Run-Time error '9' Subscript out of range. Then, it pointed to this line:
Worksheets("CandidateTemp").Copy After:=Worksheets(Worksheets.Count)
Where it belongs, and probably in a different form, is in the code that transfers the candidate data to a form.
Isn't the code that transfers the candidate data to a form currently stored under the worksheet called 'CandidateDate' see V5 attached. Previously, I had updated that worksheet with all of the columns necessary, to this point, for all data to be collected from the user for the Candidate. I renamed the other worksheet that collects the data for the job and interview information to 'JobItvwData'
So, under 'CandidateData' there is a column for 'Relo needed' and 'Travel authorization', perhaps there is also necessary for a column for the answers ***** as outlined in the above code for the If Then Statements for relocation or travel necessary?
Can you walk me through one of these? To place it exactly where it needs to go and how to set it up so I can duplicate that method for the rest of the If Then Statements?
ComboBoxPrintBox_TroublesV5.xlsm
Bookmarks