Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I set the print range and settings on a shared Excel workbook so other
users cannot change the print settings? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ACCESSING A SHARED EXCEL 2003 WORKBOOK ISSUES WITH OFFICE 2007 | Excel Discussion (Misc queries) | |||
Excel 2007 Shared Workbook Saved changes not applied correctly | Excel Discussion (Misc queries) | |||
Shared workbook and print formatting. | Excel Worksheet Functions | |||
Shared workbook losing print settings | Excel Discussion (Misc queries) | |||
Print Chart in Shared Workbook | Excel Discussion (Misc queries) |