Closeexcelfile function – Multichannel Systems NeuroExplorer User Manual

Page 272

Advertising
background image

5.5.10.2. CloseExcelFile Function

CloseExcelFile Function


Closes the specified Excel file if the file is open.

Syntax


CloseExcelFile(filePath)

Parameters

Parameter

Type

Description

filePath

string

Full path of the Excel file.

Returns


None

Comments


None

Usage

NexScript

excelFilePath = "C:\data\NexResults.xls"

SendResultsToExcel(doc, excelFilePath, "Nex", 0, "A1", 1, 0)

CloseExcelFile(excelFilePath)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 270

Advertising