Related:
- Excel to excel data transfer
- Transfer data from excel to excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Vat calculation excel - Guide
- Kernel for excel repair - Download - Backup and recovery
- Export data from excel - Guide
2 responses
If master is not going to be available to individuals whose data you would be importing into master, I think one option that you can employ is have those individual dump data to a shared area/drive as CSV files. The master file can be coded on open to import all those csv files. You can have it programmed so that it goes thru every csv file and import the data and remove the csv once done. Only catch in this case would be to have a naming convention for csv files so that individual A does not over write individual B csv file.
Feb 28, 2013 at 11:03 AM