EXCEL SELECT SHEET

From Macros Wiki
Revision as of 14:30, 2 August 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Up

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"