Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everybody
i am developing an application in .NET and i am using DSOFramer.ock component. i protect my worksheet that i open with DSOframer in a web page. but when user double-click on sheet, a pop-up message about protection appears. and i want to block such pop-up alerts. "excel.DisplayAlerts = False" is not working. "FramerControl.ActiveDocument.Application.DisplayA lerts = False" is also not working. (cannot find displayalerts property) can anybody help me to solve this problem? Thanks Engin H. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How about "Application.EditDirectlyInCell = False" or do Excel's menu Tools Options Edit Edit directly in cell. Double-clicking a formula that has references to other cells makes a jump. to avoid it, hide that formula (Format Cell Protection Hidden). -- HTH okaizawa Engin H. wrote: Hello everybody i am developing an application in .NET and i am using DSOFramer.ock component. i protect my worksheet that i open with DSOframer in a web page. but when user double-click on sheet, a pop-up message about protection appears. and i want to block such pop-up alerts. "excel.DisplayAlerts = False" is not working. "FramerControl.ActiveDocument.Application.DisplayA lerts = False" is also not working. (cannot find displayalerts property) can anybody help me to solve this problem? Thanks Engin H. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to avoid opening alert message when click on hyperlinks? | Excel Discussion (Misc queries) | |||
How to avoid this Alert screen | Excel Discussion (Misc queries) | |||
alert | Excel Programming | |||
alert | Excel Programming | |||
Excel custom toolbar / DSOFramer | Excel Programming |