Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook with several modules in it to do different tasks. It was
written in Excel 2003 and it works great in Excel 2003 and Excel XP. Unfortunately most of the users use Excel 2000 and when the try to do a simple sort by running one of the modules attached to a button the sheet they get the error message "Compile error: Can't find Project Library" I had a look at the code and the first thing it has a problem with is the line: Selection.Sort Key1:=Range("A2"), Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _ DataOption1:=xlSortNormal The error is with the xlSortNormal How can I resolve this problem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Outlook 11 Outlook 10 Object Library Compatibility Issues | Excel Programming | |||
TYPE Library issues. | Excel Programming | |||
Reference Library - Missing Library in a lower version. | Excel Programming | |||
Add library in vba | Excel Programming | |||
Use the .NET Library in VBA? | Excel Programming |