How do you use the range option in transferspreadsheet?

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.
 
J

John Nurick

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.
 

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

Top