If I have...
If Create = vbYes Then
how do I tell it to skip or just continue instead of having to paste all of the code again under this If function?
This is my No... so if its Yes, I want it to skip over this and continue with the rest of the code.
ElseIf Create = vbNo Then
Sheets("Master Worksheet").Visible = False
Sheets("Data by Sold-to").Visible = False
Sheets("Next Steps").Visible = False
Exit Sub
End If