importing ecel data to listbox in access vba code

hfs

Registered User.
Local time
Yesterday, 19:57
Joined
Aug 7, 2013
Messages
47
HI,
need help with this importing just 1 column from excel file into vba ! plz help me :)
 
You can use TransferSpreadsheet to link to Excel if you need to do it from VBA or just do it manually if you only need to do it once. Then create a query that selects what you need.
 

Users who are viewing this thread

Back
Top Bottom