I don't think I understand, this is the macro I wrote, but it still asks for the password when you run it in Excel 2000
,Sub DateSort()
'
' DateSort Macro
' Macro recorded 2/26/2002 by PEileen
'
' Keyboard Shortcut: Ctrl+d
'
ActiveSheet.Unprotect
Selection.Sort Key1:=Range("A3"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
End Sub
I really do appreciate any help you can give, these users are driving me nuts on this!