Category:Excel: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
Replacing page with '{{Excel}}'
Line 1: Line 1:
{| border="1"
{{Excel}}
|-
| align="left" |[[EXCEL_OPEN]] <filename> [<vis>]
|-
| align="left" |[[EXCEL_SAVE]]
|-
| align="left" |[[EXCEL_CLOSE]]
|-
| align="left" |[[EXCEL_SELECT_SHEET]] <sheet name>
|-
| align="left" |[[EXCEL_SET_CELL]] <row> <col> <value>
|-
| align="left" |[[EXCEL_GET_CELL]] <row> <col> <contents>
|-
| align="left" |[[EXCEL_GET_RANGE]] <range number> <row 1> <col 1> <row 2> <col 2>
|}

Revision as of 15:25, 2 August 2010

EXCEL_OPEN <filename>
EXCEL_SAVE
EXCEL_CLOSE
EXCEL_SELECT_SHEET <sheet name>
EXCEL_FIND_CELL <row 1> <col 1> <row 2> <col 2> <cell text> <row> <col>
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.