Hope this is the right place to ask this.
I'm trying to read/write to Excel. I've been able to accomplish this with ADO, but now I need to enumerate the tables in a file.
I found docs on:
adoConn.OpenSchema (adSchemaTables)
but every time I run this on any other variation, I get an error saying the object doesn't know this method (or something to that effect).
Any ideas?
calculus
I'm trying to read/write to Excel. I've been able to accomplish this with ADO, but now I need to enumerate the tables in a file.
I found docs on:
adoConn.OpenSchema (adSchemaTables)
but every time I run this on any other variation, I get an error saying the object doesn't know this method (or something to that effect).
Any ideas?
calculus