EXCEL SELECT SHEET

From Macros Wiki
Revision as of 15:58, 23 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

EXCEL_SELECT_SHEET <sheet name>


Delect the sheet inside excel for use in the macro.

Parameters

<sheet name>
Name of sheet in excel, must be in double quotes.

Example

EXCEL_SELECT_SHEET "tool"