import individual worksheets from excel book

  • Thread starter Thread starter jnewl
  • Start date Start date
J

jnewl

i have several excel files that have multi tabs
how can i code in vb, so that can import each of these tabs to access and
create tables?
thanks
 
On Tue, 14 Oct 2008 09:53:01 -0700, jnewl

You can link to a tab by not just setting the Connect property, but
also the SourceTableName property. Just create a link and inspect
these values to see what I mean.
Once you have a linked table, a MakeTable query or Append query can
copy the data out to an Access table.

-Tom.
Microsoft Access MVP
 
Back
Top