J
joemeshuggah
i am using the following piece of code to prevent the printing of a few
specified tabs in a workbook, however, it does not appear to be working
correctly. where am i going wrong? using excel 2003
For Each Sheet In ThisWorkbook
If Sheet.Name <> "TestData" And Sheet.Name <> "ResultDetail" And
Sheet.Name <> "ControlDetail" Then
Sheet.PrintOut
End If
Next
specified tabs in a workbook, however, it does not appear to be working
correctly. where am i going wrong? using excel 2003
For Each Sheet In ThisWorkbook
If Sheet.Name <> "TestData" And Sheet.Name <> "ResultDetail" And
Sheet.Name <> "ControlDetail" Then
Sheet.PrintOut
End If
Next