EXCEL SELECT SHEET: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=:Delect the sheet inside excel for use in the macro. | |description=:Delect the sheet inside excel for use in the macro. | ||
|param1=<sheet name>|param1_desc= | |param1=<sheet name>|param1_desc=Sheet name as a text string | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:EXCEL_SELECT_SHEET " | :EXCEL_SELECT_SHEET "Tools" | ||
<br> | |||
:a$ = "MySheet" | |||
:EXCEL_SELECT_SHEET a$ | |||
[[Category:Excel]] | [[Category:Excel]] |
Latest revision as of 17:33, 12 January 2011
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$