How do I create a macro for getting external data

N

nokie

I would like to create a macro for getting external data (Import) from Excel.
I do not know what command to use in the macro to open this option.
 
S

Steve Schapel

Nokie,

Have a look at the TransferSpreadsheet action. Go to the macro design
window, enter TransferSpreasdsheet into the Action column, position your
cursor on this entry, and press F1 key. I think the Access Help topics
on this are quite good.
 
Top