Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use the protect feature for a worksheet in 2000 from a .Net
application I am writing. I can unprotect it. But can not protect worksheet. I can protect and unproject in Excel 2003. Does anyone have the proper command structure for 2000. Help files were vague at best. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works fine for me with Excel 2000/XP/2003
ws.Protect("",missing,missing,missing,true,true,tr ue,true,false,false,missin g,false,false,missing,missing,missing); where missing = System.Reflection.Missing.Value HTH, Nacho "billS" wrote in message ... I am trying to use the protect feature for a worksheet in 2000 from a .Net application I am writing. I can unprotect it. But can not protect worksheet. I can protect and unproject in Excel 2003. Does anyone have the proper command structure for 2000. Help files were vague at best. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i protect an Autofilter funtion on Excel 2000 | Excel Worksheet Functions | |||
How to protect a cell or rows with MS excel 2000 | New Users to Excel | |||
How can I protect cells in Excel 2000? | Excel Worksheet Functions | |||
IN EXCEL 2000, HOW DO I PROTECT MULTIPLE WORKSHEET | Excel Worksheet Functions | |||
Excel 2000 Protect ... But Free Filter | Excel Programming |