Excel VBA Save Custom Objects -


i built custom vba objects , love able save them in hard drive are, not put them in database. can't figure out how that.

just make point clear, code have in mind this:

dim myobject myobjectclass set myobject = new myobjectclass  myobject.whatever = whatever myobject.saveas (path) 

any clues?


Comments