JonathanBr
New member
- Local time
- Today, 23:57
- Joined
- Aug 31, 2017
- Messages
- 7
Hello.
Looking for some assistance. I have an access database that we pull in data from excel files and store. Currently we enter the data manually via a form. I want to automate it.
Context
Currently we have a statistical package that generates outputs in an excel file. Those outputs are the same layout each time, but we save each excel file with a different name to reflect the different model. Each batch of statistical modelling has over 200 models, hence 200+ excel files.
For other parts of ythe workflow we store outputs in a database - now Access.
Task
I want to automate it, by oppening up the excel file and taking the values from defined cells and populating it into associated fields in the current recordset in access.
I have figured out how to open a defined excel file - but need to make that a paramneter that is passed through the VBA code - (and selected by the user using an oen file dialog box. )
Whehn the file is opened, then I need to look a various cells in various worksheets and populate the data in the current recordset in the database.
Any pointers or assistancew ill be very much appreciated...
Looking for some assistance. I have an access database that we pull in data from excel files and store. Currently we enter the data manually via a form. I want to automate it.
Context
Currently we have a statistical package that generates outputs in an excel file. Those outputs are the same layout each time, but we save each excel file with a different name to reflect the different model. Each batch of statistical modelling has over 200 models, hence 200+ excel files.
For other parts of ythe workflow we store outputs in a database - now Access.
Task
I want to automate it, by oppening up the excel file and taking the values from defined cells and populating it into associated fields in the current recordset in access.
I have figured out how to open a defined excel file - but need to make that a paramneter that is passed through the VBA code - (and selected by the user using an oen file dialog box. )
Whehn the file is opened, then I need to look a various cells in various worksheets and populate the data in the current recordset in the database.
Any pointers or assistancew ill be very much appreciated...