Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

?storing a COMPLEX vba collection into a file as a SINGLE binary blob?

Status
Not open for further replies.

egts1966

Programmer
Mar 14, 2001
1
CA
I have a collection of collections of arrays.
I want to read it into memory and write it out as one entitiy without me unrolling it and formatting into a huge long string & reassemble it back into its collection state.
If there is no easy way, is there a simple way to do it into a mdb file?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top