VBA Automated Import and Export |
|
The Excel Import/Export Add-On provides three VBA functions for process automation that can be used to import and export data from/to Excel files. These functions can be used independently of the user interface and regardless of whether a translation project is open or closed at that time.
The VBA module "Automation" has three (sub)procedures for running each of the automation functions for testing. These test procedures are:
Imports the data from an Excel spreadsheet to a designated translation project. If a source file name is given the data will only be imported for that specific file- otherwise the import will be performed for all the files in the translation project.
Exports the data from a designated translation project. If a source file name is given then only the data from that specific file will be exported- otherwise the data from all the files in the translation project will be exported.
Exports the data of all translation projects within the current workspace.
|