B
Bonnie
Does anyone know how the printworkbook function works?
Thanks
Thanks
message news:[email protected]...-----Original Message-----
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
--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
"Bonnie" <[email protected]> wrote in