19 out of 20 times, when I print from Excel, I choose to print the "selection" as opposed to the worksheet. Is there any way to make that the default setting?
Thanks
Pradhan
19 out of 20 times, when I print from Excel, I choose to print the "selection" as opposed to the worksheet. Is there any way to make that the default setting?
Thanks
Pradhan
I may be in error but, as far as I know, you cannot set this. You will have to use a macro to set the print area to the selection.
Something along the lines of:
![]()
Option Explicit Sub Print_Selection() With ActiveSheet .PageSetup.PrintArea = "" .PageSetup.PrintArea = Selection.Address End With End Sub
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
Thanks very much...too bad tho about not being able to set it as a default setting.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks