Jump to content

where to find more documentation


 Share

Recommended Posts

Where do I find more doc regarding Excel functions?

Recently I was shown this line of code: $oExcel.Activesheet.Range("AW3").Formula

Where do I find more info for this kind of coding?

Have have seen all the "_excel..." functions but nothing for what is posted above.

Where can I donwload this (and what is it): #include <ExcelCOM_UDF.au3>

Link to comment
Share on other sites

Where do I find more doc regarding Excel functions?

Recently I was shown this line of code: $oExcel.Activesheet.Range("AW3").Formula

Where do I find more info for this kind of coding?

Have have seen all the "_excel..." functions but nothing for what is posted above.

Where can I donwload this (and what is it): #include <ExcelCOM_UDF.au3>

You can download it Here ! Posted Image

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

The _ExcelCOM UDF is an extended version of the Excel UDF which is part of AutoIt. Most of the functions are identical but the ExcelCOM UDF has some additional functions.

You can use the _Excel* functions as long as they provide what you need.

Then you have to get your feet wet with "real" programming ;)

The full Excel 2010 COM interface is documented here.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • 2 months later...

The _ExcelCOM UDF is an extended version of the Excel UDF which is part of AutoIt. Most of the functions are identical but the ExcelCOM UDF has some additional functions.

You can use the _Excel* functions as long as they provide what you need.

Then you have to get your feet wet with "real" programming :x

The full Excel 2010 COM interface is documented here.

Thanks, that is exactly what I was looking for:

http://msdn.microsoft.com/en-us/library/ff846392.aspx

Link to comment
Share on other sites

The _ExcelCOM UDF is an extended version of the Excel UDF which is part of AutoIt. Most of the functions are identical but the ExcelCOM UDF has some additional functions.

That's not exactly the history.

Locodarwin created _ExcelCOM_UDF.au3 and it was very popular. But he didn't have the time available to clean up the UDF and standardize it for inclusion with the AutoIt distribution. Other users created the standardized Excel.au3 UDF as a subset of the original functions, based on Locodarwin's work. The extra functions in _ExcelCOM_UDF were not standardized and may not work with current versions of AutoIt, since the ongoing maintenance is done on Excel.au3 instead.

:x

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...