Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi I have created a program that unprotects the reprotects as user press buttons etc which works fine in Office 2000 and office 2003, bu the users of the program are still running Office 97, with which th code returns an error. This is my general syntax: Sub ProtectAll() Sheets("sheet1").Protect Sheets("sheet2").Protect Sheets("sheet3").Protect End Sub Sub UnProtectAll() Sheets("sheet1").Unprotect Sheets("sheet2").Unprotect Sheets("sheet3").Unprotect End Sub Any advice would be greatly appreciated. As far as I can see the help from 97 vs 2003 is the sam -- norman1n ----------------------------------------------------------------------- norman1nz's Profile: http://www.excelforum.com/member.php...fo&userid=2715 View this thread: http://www.excelforum.com/showthread.php?threadid=47666 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Protect file from being deleted | Excel Discussion (Misc queries) | |||
Can't protect some cells in Excel 2003 | Excel Discussion (Misc queries) | |||
In Excel 2003 can you password protect a single page in excel? | Excel Worksheet Functions | |||
VB to protect cells not working in Excel 2003? | Excel Programming | |||
Macro working in Excel 2003; not working in Excel 2000 | Excel Programming |