Print different worksheet without changing sheets

ddowler

New Member
Joined
May 10, 2010
Messages
10
Hi, I have a workbook with several sheets. Sheet 1 has order details and sheet 2 has delivery note. Details are only input on the order details sheet and the delivery sheet is auto. I want to know if it is possible that while on the order details sheet and you print that you can set excel to print only the delivery sheet without changing to it?

Many thanks in advance,
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
This can be done with a macro assigned to a custom button, either in the toolbar/ribbon or on the sheet itself. Make sure you set

Code:
application.screenupdating=false

and the user will never see the sheet change on the screen.
 
Upvote 0
Thanks, but is there a way without macros. Because of security reasons I don't like to disable the macro pop up when opening the workbook and people panic and say no, then the macro won't work.
 
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,730
Members
449,465
Latest member
TAKLAM

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top