Question on Chapter 5
I current brought this book and failed to run sub, ParseOrdersExtractFile, in chapter 5. Because the following code can not be recognized:
'// skip the first three rows (header data)
line input #hFile, lineitem
line input #hFile, lineitem
line input #hFile, lineitem
Question:
1. Are these Access VBA codes?
2. Do I need to install something in order to run the procedures in the book? But the title is Access probramming.
Thanks in advance.
|