Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the very simple code below that stops printing of a Document,
is it possible to have just as simple a code that will prevent Copy/ Paste from the Tool bar? I've tried - ActiveSheet.EnableSelection = xlNoSelection. This works when a user opens in XL but not Excel 2000 Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you prevent Copy-Paste from changing formatting without macros | Excel Discussion (Misc queries) | |||
Unable to prevent copy/paste of protected worksheet into new docum | Excel Programming | |||
Prevent changing size when copy&paste into another Excel Worksheet | Excel Worksheet Functions | |||
How to prevent copy/paste of cell with validation? | Excel Programming | |||
prevent the copy and paste function | Excel Discussion (Misc queries) |