How do you use the range option in transferspreadsheet?

  • Thread starter Thread starter Corey
  • Start date Start date
C

Corey

I have a spreadsheet to import into Access. It comes from
the 2nd worksheet in the workbook. How do I tell Access to
go the second worksheet?

As this database is a multi-user database, are the
advantages to using importing the cells into recordset. If
yes, a guidelines or tipe on how to proceed?

Thanks.
 
Hi Corey,

To specify Sheet1, pass
Sheet1!
as the range argument. IIRC if there's a space in the sheet name, you
need to enclose it in apostrophes
'Sheet One!'
or perhaps
'Sheet One'!
Either way it's the same syntax that Excel itself uses.
 
IIRC if there's a space in the sheet name, you
need to enclose it in apostrophes
'Sheet One!'
or perhaps
'Sheet One'!


It's the latter one!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top