Yes, I like that, too.
How do I change it to unprotect all sheets?
Also to protect all sheets with:
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True _
, AllowFormattingCells:=True, AllowFormattingColumns:=True, _
AllowFormattingRows:=True
Thanks guys!
Dean
"Nick Hodge" wrote in message
...
Dean
Or a different reading of the question from Jason
Sub PrintAllWorksheets()
Worksheets.PrintOut
End Sub
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk
"Dean" wrote in message
...
Can someone give me macro to print all worksheets in a workbook? Thank
you.
Dean