Hello there.
This VBA scripts in Excel 2002 doesn't seems to work for people with Excel 2000 or earlier.
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True, AllowFormattingRows:=True, AllowFiltering:=True
How can I overcome this, i.e the user should be allows to use the AutoFilter but I can't find a way to make the VBA adaptable for both Excel 2000 and 2002.
This VBA scripts in Excel 2002 doesn't seems to work for people with Excel 2000 or earlier.
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True, AllowFormattingRows:=True, AllowFiltering:=True
How can I overcome this, i.e the user should be allows to use the AutoFilter but I can't find a way to make the VBA adaptable for both Excel 2000 and 2002.