ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to print 2 worksheets at once, one being a ref. to the other (https://www.excelbanter.com/excel-discussion-misc-queries/172973-how-print-2-worksheets-once-one-being-ref-other.html)

TOMB

how to print 2 worksheets at once, one being a ref. to the other
 
I would like to print an additional worksheet whenever I choose to print a
'main' worksheet.
This additional worksheet has information thta is referenced in the main
worksheet.

Gord Dibben

how to print 2 worksheets at once, one being a ref. to the other
 
Select "main" worksheet and CTRL + Click on other sheet.

FilePrintActive Sheet(s)

You could record a macro whilst doing this.

Will end up with code like this.

Sub Macro1()
Sheets(Array("main", "othersheet)).Select
ActiveWindow.SelectedSheets.PrintOut
End Sub

Assign to button or shortcut key or just run from Alt + F8


Gord Dibben MS Excel MVP

On Mon, 14 Jan 2008 14:13:02 -0800, tomb wrote:

I would like to print an additional worksheet whenever I choose to print a
'main' worksheet.
This additional worksheet has information thta is referenced in the main
worksheet.




All times are GMT +1. The time now is 04:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com