EXCEL SELECT SHEET

From Macros Wiki
Revision as of 17:33, 12 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>
Sheet name as a text string

Example

EXCEL_SELECT_SHEET "Tools"


a$ = "MySheet"
EXCEL_SELECT_SHEET a$