Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Geoff
I didnt try it yet but are you saying that it is not doable to override this message box then? Many thanks for your effort. Peddie Geoff Harrison wrote: "Geoff Harrison" wrote: Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) If Worksheets("Sheet1").Protect = True Then MsgBox "Protected" End If End Sub Actually, reviewing what I've just posted ... ignore this section ... makes no difference. -- Quacking Eck! It''s The Duck! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can still use this solution ... just ignore the bit about the
Workbook_SheetChange sub ... it doesn't have any effect. -- Quacking Eck! It''s The Duck! "peddie" wrote: Thanks Geoff I didnt try it yet but are you saying that it is not doable to override this message box then? Many thanks for your effort. Peddie Geoff Harrison wrote: "Geoff Harrison" wrote: Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) If Worksheets("Sheet1").Protect = True Then MsgBox "Protected" End If End Sub Actually, reviewing what I've just posted ... ignore this section ... makes no difference. -- Quacking Eck! It''s The Duck! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If/Vlookup override | Excel Worksheet Functions | |||
Override a Formula | Excel Discussion (Misc queries) | |||
Override No Zero Values ? | Excel Programming | |||
Cell Value Override | Excel Discussion (Misc queries) | |||
How do I override a deletion box? | Excel Programming |