Jump to content

excel.au3


hkorchek
 Share

Recommended Posts

Hello All-

I am looking through the docs, but I am unable to find the answer. Are we able to build our scripts using excel.au3 at this time with the beta version? I am able to run the script on it's own fine but I cannot see to build it to a standalone .exe

Link to comment
Share on other sites

Hello All-

I am looking through the docs, but I am unable to find the answer. Are we able to build our scripts using excel.au3 at this time with the beta version? I am able to run the script on it's own fine but I cannot see to build it to a standalone .exe

If you can run the script then you should be able to compile it to an exe. If you use SciTE then it's Alt F7 to Beta Compile.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

I get the following error:

C:\Users\hwilliams\Desktop\carechek.au3(1,10) : ERROR: can't open include file <Excel.au3>

#include <Excel.au3>

~~~~~~~~~^

C:\Users\hwilliams\Desktop\carechek.au3(4,37) : ERROR: _ExcelBookOpen(): undefined function.

$oExcel = _ExcelBookOpen($sFilePath1)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Users\hwilliams\Desktop\carechek.au3 - 2 error(s), 0 warning(s)

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...