Modify ↓
Opened 14 years ago
Closed 14 years ago
#2246 closed Bug (Rejected)
Excel.au3: Some more constants
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Standard UDFs | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
The following constants are missing from excel.au3:
Global Const $xlUp = -4162 Global Const $xlToLeft = -4159
You might consider adding them. Values were obtained from Excel 97 Object Browser.
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
| Component: | AutoIt → Standard UDFs |
|---|
comment:2 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The UDF should only contain constants used in the code. The list would become too long otherwise. Add constants you need to your script.