XLL+ Class Library

CXlMacros::Documents

Returns the names of the specified open workbooks

[C++]
static int Documents(
   std::vector<CString>& documents,
   short int type_num = 1,
   const char* match_text = 0
);

Parameters

documents

A vector of strings which will be populated with the list of names.

type_num

Type_num is a number specifying whether to include add-in workbooks in the array of workbooks.

match_text

Match_text specifies the workbooks whose names you want returned and can include wildcard characters.

Return value

Zero if the function has been called successfully; non-zero if the function could not be called. See Error codes for a list of return values.

Remarks

See the Microsoft Excel on-line Help for full details about this function.

Requirements

Header: xlfuncs.h

See Also

CXlMacros Class | CXlMacros Methods