You mean take the data from the spreadsheet and append the data to two different tables? Yes.
I dont know if screenshots of my code will help you in this situation. It's pretty specific to what I need it to do. For more info on how to use the TransferSpreadsheet method, you can open up the VBA editor and use the Help feature.
As for processing the data....it's hard to give advice when nothing is known about the data structure and what the desired outcome should be. If you want more advice, gonna need to know a bit more about what you are trying to accomplish.
Edit: Brain seems to be on Vaction...I re-read your first post...
When you import the data from the spreadsheet, what differiates between Users and Scores? What I would do, to make things easier, would to put the User data in one spreadsheet and the Score data into another. This way, when you import, you basically have the data already separated. Unless you need to do some kind of manipulation on certain fields, you can just import the data straight into the desired tables without needing a temp table.