You could familarize yourself with VBA's SafeArray data structure, use VarPtr to get the base address of the array, compute the offset to the data of interest, and use the CopyMemory API to copy the data to a new array.
Happy hunting.
You could familarize yourself with VBA's SafeArray data structure, use VarPtr to get the base address of the array, compute the offset to the data of interest, and use the CopyMemory API to copy the data to a new array.
Happy hunting.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks