PrintWorkbook function

R

Ron de Bruin

Do you mean this with vba code

ThisWorkbook.PrintOut
'the whole workbook where the code is in

ActiveWorkbook.PrintOut
'the whole active workbook

Worksheets.PrintOut
'all worksheets

Sheets.PrintOut
'all sheets
 
D

Dave Peterson

I think you're already using macros.

I think PrintWorkbook is a function in one of the workbooks you've loaded.

Try starting excel in Safe mode.

windows start button|Run
Excel /safe

This avoids opening any other file.

Is the PrintWorkbook still listed?

===
there is a "Entire Workbook" option under the File|print dialog.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top