I'm writing a macro to capture all customization in a Project File and save the data in an Excel file. I can't find a way to return the Sort criteria for a view. If I am recording a macro, and apply the sort method, the macro records the sort criteria
that I want to capture. I tried recording a macro from within a macro using Sendkeys, but after the first set of SendKeys, the keystrokes were acting within the VBA window. Is there a way to capture the sort criteria for each view in a project file? If so,
what is it?
Dean Carroll