ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Shared Excel 2007 Workbook Print Setting (https://www.excelbanter.com/excel-discussion-misc-queries/242609-shared-excel-2007-workbook-print-setting.html)

Sheba

Shared Excel 2007 Workbook Print Setting
 
How do I set the print range and settings on a shared Excel workbook so other
users cannot change the print settings?

KC

Shared Excel 2007 Workbook Print Setting
 
Sheba,
that is a good question, i never thought about that before, i'm not sure if
there is a setting lock the print range, but i can suggest a workaround...
why don't you write a macro and password protect the VBA.

Private Sub Workbook_BeforePrint(Cancel As Boolean)

Sheets("Sheet1").PageSetup.PrintArea = "A1:D25"

End Sub

hope this helps?
-kc
*click YES if this helps

"Sheba" wrote:

How do I set the print range and settings on a shared Excel workbook so other
users cannot change the print settings?



All times are GMT +1. The time now is 08:29 PM.

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