aarondewberry
IS-IT--Management
All
I have an excel spreadsheet that, when opened a msg box appears asking the user to push print and exit the spreadsheet.
What I want to do is to be able to put two buttons on the msg box. A print button (to replace the standard 'Ok' button) aswell as an exit button, so that the user will never have to fully enter the spreadsheet.
Hope this is clear!?
Please see below the current code am using....
Private Sub Workbook_Open()
MsgBox "Please print document using the print icon" & vbCrLf & _
"Once printed, please exit the spreadsheet"
End Sub
Thanks
I have an excel spreadsheet that, when opened a msg box appears asking the user to push print and exit the spreadsheet.
What I want to do is to be able to put two buttons on the msg box. A print button (to replace the standard 'Ok' button) aswell as an exit button, so that the user will never have to fully enter the spreadsheet.
Hope this is clear!?
Please see below the current code am using....
Private Sub Workbook_Open()
MsgBox "Please print document using the print icon" & vbCrLf & _
"Once printed, please exit the spreadsheet"
End Sub
Thanks