When I call the print dialogue box via Application.Dialogs(xlDialogPrint).Show, clicking the print preview crashes my workbook. I google for a solution and came across this code...
but it errors highlighting preview. I'm kindly looking for assistance for a solution this problem. Thanks
I'm currently using excel 2007, but I have other computers that have excel 2000 - 2010.
Code:
Application.Dialogs(xlDialogPrint).Show (preview = False)
but it errors highlighting preview. I'm kindly looking for assistance for a solution this problem. Thanks
I'm currently using excel 2007, but I have other computers that have excel 2000 - 2010.