LaunchExternalExcelFile
Structure
LaunchExternalExcelFile(sFileName)
Type
Procedure
Description
This procedure will launch an external Excel file for editing. This Excel file can later be read, and results saved to database (via the Mapping worksheet tab or mappings saved from Equipment View...Test Points tab) by using the LoadExternalExcelFileResults procedure.
Parameters = 1
sFileName = the file to be launched. This should be the full location, including directory/subdirectory + file name + extension.
Example
LaunchExternalExcelFile("C:\MyDir\MyExcelFile.xls") |