Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a sheet that is designed in 2003 and works perfectly, I've mailed a
copy to a friend who has 2000 and he cannot get it to work because one of the macros trips up. The line that causes the problem is ActiveSheet.Protect AllowFormattingCells:=True, Password:="BabyLaMaf" Anyone got any ideas why this doesn't work in 200o, cos I've been looking for clues for hours and getting no where fast! Thanks in advance Neil |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Neil,
The AllowFormattingCells parameter is not available in xl2k. --- Regards, Norman "Neil" wrote in message ... I have a sheet that is designed in 2003 and works perfectly, I've mailed a copy to a friend who has 2000 and he cannot get it to work because one of the macros trips up. The line that causes the problem is ActiveSheet.Protect AllowFormattingCells:=True, Password:="BabyLaMaf" Anyone got any ideas why this doesn't work in 200o, cos I've been looking for clues for hours and getting no where fast! Thanks in advance Neil |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The enriched protection options were introduced in Excel 2002 and later, so
xl2000 does not support that option. -- Regards, Tom Ogilvy "Neil" wrote in message ... I have a sheet that is designed in 2003 and works perfectly, I've mailed a copy to a friend who has 2000 and he cannot get it to work because one of the macros trips up. The line that causes the problem is ActiveSheet.Protect AllowFormattingCells:=True, Password:="BabyLaMaf" Anyone got any ideas why this doesn't work in 200o, cos I've been looking for clues for hours and getting no where fast! Thanks in advance Neil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drawing compatibility excel 2000; 2003 vs 2007 | Excel Discussion (Misc queries) | |||
2000 to 2007 Compatibility | Charts and Charting in Excel | |||
Compatibility issues with macros (2000 vs. 2003)? | Excel Discussion (Misc queries) | |||
Question about XML compatibility in Excel 2000/XP | Excel Programming | |||
VBA Compatibility Between Excel 2000 and 2002 | Excel Programming |