Category:Excel: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {| border="1" |- | align="left" |EXCEL_OPEN <filename> [<vis>] |- | align="left" |EXCEL_SAVE |- | align="left" |EXCEL_CLOSE |- | align="left" |EXCEL_SELECT_SHEET <sheet nam... |
No edit summary |
||
Line 10: | Line 10: | ||
|- | |- | ||
| align="left" |[[EXCEL_SET_CELL]] <row> <col> <value> | | align="left" |[[EXCEL_SET_CELL]] <row> <col> <value> | ||
| | |- | ||
| align="left" |[[EXCEL_GET_CELL]] <row> <col> <contents> | | align="left" |[[EXCEL_GET_CELL]] <row> <col> <contents> | ||
|- | |- | ||
| align="left" |[[EXCEL_GET_RANGE]] <range number> <row 1> <col 1> <row 2> <col 2> | | align="left" |[[EXCEL_GET_RANGE]] <range number> <row 1> <col 1> <row 2> <col 2> | ||
|} | |} |
Revision as of 17:31, 15 July 2010
EXCEL_OPEN <filename> [<vis>] |
EXCEL_SAVE |
EXCEL_CLOSE |
EXCEL_SELECT_SHEET <sheet name> |
EXCEL_SET_CELL <row> <col> <value> |
EXCEL_GET_CELL <row> <col> <contents> |
EXCEL_GET_RANGE <range number> <row 1> <col 1> <row 2> <col 2> |
Pages in category "Excel"
The following 8 pages are in this category, out of 8 total.