I'm having problems printing on open.
Please help!
I'm using that following "very simple" code
Private_Sub Workbook_Open()
ActiveSheet.PrintOut
End Sub
Yet, Excel does not run ANY code that I put in this function, why?
I even put in a simple [MsgBox "hello", vbokonly] line just to check. But
still nothing.
Will appreciate the help.
Kind Regards,
Cal
|