DADiSP Worksheet Functions > Function Categories > Datasets, Worksheets and Labbooks > IMPORTWORKSHEET

 

IMPORTWORKSHEET

Purpose:

Loads an external Worksheet file (DWK).

Syntax:

IMPORTWORKSHEET("wname")

"wsname"

-

A string. The name of the Worksheet to load.

Returns:

A 1 if the specified Worksheet is loaded successfully; 0 otherwise. Also returns 0 if the Worksheet does not exist.

Example:

importworksheet("My Worksheetsun1.dwk")

 

loads a the worksheet My Worksheetun1.dwk , overwriting the current Worksheet.

Remarks:

The specified Worksheet name is case sensitive.

See Also:

EXPORTWORKSHEET

SAVEWORKSHEET