EXCEL SELECT SHEET: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=EXCEL_SELECT_SHEET <sheet name> | {{Command|syntax=EXCEL_SELECT_SHEET <sheet name> | ||
|description= | |description=:Delect the sheet inside excel for use in the macro. | ||
|param1=<sheet name>|param1_desc={{sheet name}} | |param1=<sheet name>|param1_desc={{sheet name}} | ||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
: | :EXCEL_SELECT_SHEET "tool" | ||
[[Category:Excel]] | [[Category:Excel]] |
Revision as of 15:58, 23 July 2010
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"