Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm wondering if there is a way to disable the ability to print unless cell
B40 is < FALSE, Something like this... Sub ThisWorkbook_Print() If Application.ActiveSheet.Range("B40").Value = False Then Application.ActivePrinter = Nothing End If End Sub I was hoping that the above code I made might do it but it doesn't seem to work. Any Ideas? Thanks In Advance, Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I disable the advanced printing features permanently? | Excel Discussion (Misc queries) | |||
How to disable printing a specific worksheet? | Excel Worksheet Functions | |||
How to disable printing a specific worksheet? | Excel Worksheet Functions | |||
Printing gridlines with empty cell | Excel Discussion (Misc queries) | |||
Disable Printing | Excel Discussion (Misc queries) |