I have a series of Excel spreadsheets that I have to inport into my database each month. Noe of these spreadsheets are in the same format, although they all have the same type of data. What I need to be able to do is step through each cell and import the data one cell at a time. I can then check this cell and place it where I need it in the table.
I can't get the syntax to work....I have no problem opening the file, and no problem placing my focus on the first field, but I can't walk through the worksheet.
I need to be able to start at Cell A1 and go to Cell Z1 (just to make sure I get them all.....I think there are only about 20 Cells) and then move to A2 to Z2, all the way down about 50 rows or so.
If anyone can help me with the syntax for moveing from cell to cell for 26 cells, then row by row for 50 rows, I would be greatful. Thanks. Programming isn't a profession of choice.
It's a profession of calling...
"Hey Programmer, your application broke again!"![[spin] [spin] [spin]](/data/assets/smilies/spin.gif)
Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer
I can't get the syntax to work....I have no problem opening the file, and no problem placing my focus on the first field, but I can't walk through the worksheet.
I need to be able to start at Cell A1 and go to Cell Z1 (just to make sure I get them all.....I think there are only about 20 Cells) and then move to A2 to Z2, all the way down about 50 rows or so.
If anyone can help me with the syntax for moveing from cell to cell for 26 cells, then row by row for 50 rows, I would be greatful. Thanks. Programming isn't a profession of choice.
It's a profession of calling...
"Hey Programmer, your application broke again!"
![[spin] [spin] [spin]](/data/assets/smilies/spin.gif)
Robert L. Johnson III, A+, Network+, MCP
Access Developer/Programmer