|
|
|
|
<xlsDocument variable>.Close (Function) In french: <Variable xlsDocument>.Ferme Closes an XLS file.
MyXLSFile is xlsDocument // Open an XLS file MyXLSFile = xlsOpen("C:\MyDirectories\File.XLS") ... // Close the XLS file MyXLSFile.Close()
Syntax <XLS document>: xlsDocument variable Name of xlsDocument variable corresponding to the XLS file to close. The physical file associated with this variable (if it exists) is closed. The modifications performed in the file will not be saved until it is closed (use <xlsDocument variable>.Save if necessary).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|