
Originally Posted by
John_G
Since the data you need is on page 1, you only need to link to that one.
You are linking the Excel worksheet to the Access database as a linked table. Because of the way that table/spreadsheet is structured, you are probably going to have to use VBA to work with it, and convert text data to numeric where necessary.
Once you get one of the Excel files working, and if you feel *really* ambitious, you could automate the whole thing and have a VBA module to do all the Excel files automatically, without having to delete and relink each one manually. (!)
Bu start with one and get it working first!
HTH
John