[PW VBA] Method to retrieve Document arrays in VBA?

Hi all,

Has anyone had any issues being able to retrieve/select the documents in a document array using the SDK in VBA? I know how to do this in C++ and C#, but am struggling finding a method that works for me in VBA.

I've tried different methods, including collections and arrays and everything I try results in a crash. I can retrieve the info for a single document quite easily (from different functions like the Open/Select dialog, data from buffer, etc.).

Any help would be appreciated.

Regards,

Mark