TransfereSpeadSheet import?

N

Niklas Östergren

Hi!

Is it possible to select which sheet on a spreadsheet to import with
DoCmd.SpreadSheet?

If so then I might be able to use this to seperate in which table data from
our website shall go.

TIA!
// Niklas
 
N

Nikos Yannacopoulos

Niklas,

Use the Range argument of TransferSpreadsheet for the worksheet name.

HTH,
Nikos
 
N

Niklas Ostergren

OK!

So how do I specify a complete sheet do I use "Sheet 1" and "Sheet 2" or
what ever string name the sheet have, or?

Thank´s for helping out!
// Niklas
 
N

Nikos Yannacopoulos

Exactly!

Niklas said:
OK!

So how do I specify a complete sheet do I use "Sheet 1" and "Sheet 2" or
what ever string name the sheet have, or?

Thank´s for helping out!
// Niklas
 

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