This is the end of a module where I am calling (attempting to call) three other modules to finish up. Everything works fine except the sort worksheets line. If I take it out all is good. When I add it, the code won't even run. I get the expected procedure not module error. It's a module just like the AF, and Rowattop.
Application.ScreenUpdating = True
Call AutoFilterRequest
Call RowattopbyRequest
Call SortWorksheets
End Sub
Using XP, XL 2003. I can do it manually after the macro finishes, but would really like to understand what's happening and why.
Thanks very much for any help.
Deb
Application.ScreenUpdating = True
Call AutoFilterRequest
Call RowattopbyRequest
Call SortWorksheets
End Sub
Using XP, XL 2003. I can do it manually after the macro finishes, but would really like to understand what's happening and why.
Thanks very much for any help.
Deb