I have this:
Sub Button_Click()
Dim sheetname As String
sheetname = Application.InputBox("Enter a sheet name")
Sheets(sheetname).PrintOut
End Sub
And I want to print multiple tabs... preferably front and back..
In box would like to print for LS
Response below
Not sure how to amend this. I would like to have it print Manifest and one side and LS on other..
HELP?
Sub Button_Click()
Dim sheetname As String
sheetname = Application.InputBox("Enter a sheet name")
Sheets(sheetname).PrintOut
End Sub
And I want to print multiple tabs... preferably front and back..
In box would like to print for LS
Response below
Not sure how to amend this. I would like to have it print Manifest and one side and LS on other..
HELP?