Mark has attended:
Excel VBA Advanced course
Print Sheets Button
Hello,
I have entered the following code to a print button, but it does not run. Any ideas why not?
Sub Button2_Click()
'Print All Sheets
    ActiveWorkbook.Worksheets.PrintOut Copies:=1
End Sub
Regards
Mark 
                                                        
					