Modify ↓
Opened on Aug 9, 2012 at 9:19:22 PM
#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 , on Aug 10, 2012 at 6:28:08 PM
| Component: | AutoIt → Standard UDFs |
|---|
comment:2 by , on Sep 1, 2012 at 10:09:10 AM
| 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.