D
Don Catanzaro
Hi All,
I am writing a bit of code and am transfering a bunch of
MS Excel spreadsheets to Access2000 via
transferspreadsheet.
this snippet works
DoCmd.TransferSpreadsheet acImport, 0, "goo", fileloc,
False, "A33:E33"
But what if I want to transfer A33:C33, D33:E33 ? It
doesn't seem to work.
Any suggestions ?
-Don
I am writing a bit of code and am transfering a bunch of
MS Excel spreadsheets to Access2000 via
transferspreadsheet.
this snippet works
DoCmd.TransferSpreadsheet acImport, 0, "goo", fileloc,
False, "A33:E33"
But what if I want to transfer A33:C33, D33:E33 ? It
doesn't seem to work.
Any suggestions ?
-Don