Hi
I receive a completed questionnaire as an Excel file. I have a smattering of VBA - how difficult is it to write some code which would take an Excel file and read the value of specific cells into an Access table?
e.g in English:
open file C:\questions.xls
tblAnswer.answer1 = cell D5
tblAnswer.answer2 = cell A8
etc
(note the cells are not in a single column, or sequential, so linking the file as a table wouldn't be a solution)
Any help will be much appreciated....
I receive a completed questionnaire as an Excel file. I have a smattering of VBA - how difficult is it to write some code which would take an Excel file and read the value of specific cells into an Access table?
e.g in English:
open file C:\questions.xls
tblAnswer.answer1 = cell D5
tblAnswer.answer2 = cell A8
etc
(note the cells are not in a single column, or sequential, so linking the file as a table wouldn't be a solution)
Any help will be much appreciated....