I have setting up a siple print button where on initiation the macro prints a range of cells on a speciic worksheet in a workbook. But I have been getting a compile error. I just cannot see whats wrong...any suggestions?
Sub Print_Invoice()
Sheets("PreSchoolInvoice").PrintOut
ActiveSheet.Range("A1:H62").Select
End Sub
Sub Print_Invoice()
Sheets("PreSchoolInvoice").PrintOut
ActiveSheet.Range("A1:H62").Select
End Sub