EXCEL SELECT SHEET: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[:Category:Excel|{{Up}}]]
{{Command|syntax=EXCEL_SELECT_SHEET <sheet name>
{{Command|syntax=EXCEL_SELECT_SHEET <sheet name>
|description=:Delect the sheet inside excel for use in the macro.
|description=:Delect the sheet inside excel for use in the macro.

Revision as of 14:30, 2 August 2010

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"