Modify ↓
Opened 12 years ago
Closed 12 years ago
#2246 closed Bug (Rejected)
Excel.au3: Some more constants
Reported by: | c.haslam@… | 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 Changed 12 years ago by trancexx
- Component changed from AutoIt to Standard UDFs
comment:2 Changed 12 years ago by water
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.