Is it possible to save all the items in another apps listview?
Printable View
Is it possible to save all the items in another apps listview?
You would have to expose the app with the listview as an ActiveX EXE that includes a class that points to the listview. It's complicated, but I've done it with a custom OCX I built (same basic idea).
Richard