Toggle MLPutMatrix
to use MATLAB cell
arrays
= MLUseCellArray(flag)
MLUseCellArray flag
out = MLUseCellArray(flag)
= MLUseCellArray(
specifies
whether flag
)MLPutMatrix
must use cell arrays for
transfer of data (for example, dates). When the Spreadsheet Link™ software
is installed, the default is "no"
. If you change
the value of MLUseCellArray
to "yes"
,
the change remains in effect the next time a Microsoft®
Excel® session
starts. Use this syntax when working directly in a worksheet.
MLUseCellArray
specifies
whether flag
MLPutMatrix
must use cell arrays for
transfer of data. Use this syntax in a VBA macro.
lets
you catch errors when executing out
= MLUseCellArray(flag
)MLUseCellArray
in
a VBA macro. If MLUseCellArray
fails, then out
is
a string containing error code. Otherwise, out
is 0
.
|
Either Specify Default: |
|
|
To work with VBA code in Excel with Spreadsheet Link, you must enable Spreadsheet Link as a reference in the Microsoft Visual Basic® Editor. For details, see Installation.