<< Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro reporting commands > Macro write to Excel > Macro command Close |
Purpose:
Closing a spreadsheet.
General notation:
Close ( FileIndex )
Example:
Close nine spreadsheet files:
Loop ( Index , 1 , 9 , 1 )
Close ( Index )
End