DaLiMan Posted October 20, 2005 Share Posted October 20, 2005 Hi Randall, I'm implementing the _XLSaveAs($CQRFilePath,$CQRNewPath) _XLwrite($CQRNewPath,1,"G",3,$Today) _XLshow($CQRNewPath,1) in a script I have running. But I'm having trouble with the "manual" calculation because I do not close the file with _XLclose. I need the file to be left open and be altered by the the user for some extra options. So, I like the calculation to be left at "automatic" Can this be done somehow?? Link to comment Share on other sites More sharing options...
randallc Posted October 20, 2005 Author Share Posted October 20, 2005 Hi, I have not checked lately, but "_XLCalc($sFilePath)" or "_XLCalc($CQRNewPath)" should just reset that open file to "automatic" Let me know; Best. Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
DaLiMan Posted October 20, 2005 Share Posted October 20, 2005 Hi, I have not checked lately, but "_XLCalc($sFilePath)" or "_XLCalc($CQRNewPath)" should just reset that open file to "automatic"Let me know; Best. RandallDon't work, but changing this line (136+137) in your ExcelCom works!!!$Calculation=.Application.Calculation.Application.Calculation = $xlCalculationAutomaticWhy do you change the calculation to manual??? Link to comment Share on other sites More sharing options...
randallc Posted October 20, 2005 Author Share Posted October 20, 2005 oK, thanks, i'll fix it soon; the issue is related to speed if I have a large sheet to calculate, and want to enter a number of different data; ;I did not want it to calc each time ;I could change it around to have a manual override, though then not consistent... Oh well. Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
DaLiMan Posted October 20, 2005 Share Posted October 20, 2005 the issue is related to speed if I have a large sheet to calculate,I figured as such.... Link to comment Share on other sites More sharing options...
randallc Posted October 20, 2005 Author Share Posted October 20, 2005 (edited) Hi, probably best to add a parameter to "Calc", to keep it visible if needed (Show turns it off again) 1_9_28 "_XLCalc($sFilePath,$Visible)" best, Randall Edited October 20, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 20, 2005 Share Posted October 20, 2005 @randallc I have a question relating to exporting data to excel. You have a lot of Excel UDF' s available, with a lot of functions. Great job by the way. Is there a function available to read data from a ListView, and save that to a Excel file. This is a common feature we might all find handy. It might be already available, if yes could you point it out in an example. Than I can include that to my SQLite Application example for exporting data from the database to Excel. Thanks Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted October 20, 2005 Author Share Posted October 20, 2005 Hi, thanks for your comments. I am sorry I cannot rspond in kind, as i have not been able to test the SQL gear adequately yet. My work SQL program is mostly still hidden tables as far as I can see, and I don't know SQL. No, i don't, I'm afraid.... Can you get the data from the list view into a 2D array (if it is multiple selected items) and then use my paste (Array) commands? ..XLArrayWrite or would it be one item at a time (from a string or value) - XLWrite or one line at a time - XL paste if delimiters can be tabs, (or paste to columns) etc.??... Best, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
randallc Posted October 20, 2005 Author Share Posted October 20, 2005 PS If you are asking about writing the GetlistViewItems (or whatever the command!) obviously gary frost for advice; there are usage examples in his "Codewizard" which i used in my "GUICtrlCreateListViewItemExample2.au3" as in my link below too - but none of this is integrated to Excel! Best, randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 21, 2005 Share Posted October 21, 2005 @randallcThanks for your feedback.I see there is no direct solution.I will try to make one. As you can see I already did it for exporting to a .TXT file from a ListView.See my SQLite thread in the Scripts and Scraps.look for the Gui example :?http://www.autoitscript.com/forum/index.ph...15entry118281So it can not be that hard to make it work for ExcelI will let you know, maybe you can add the solution in a standard UDF. Together with the other Excel UDF.And hopefully your UDF might become a standard UDF.PS : what do you mean with "Codewizard" from GaFrost. Where can I find it Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted October 21, 2005 Author Share Posted October 21, 2005 (edited) Hi,See my SQL query in your thread....Here's Frosty... and gcriaco;Codewizardhttp://www.autoitscript.com/forum/index.ph...opic=8311&st=45CodeWiz1.4ZIPBest, Randall Edited October 21, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 21, 2005 Share Posted October 21, 2005 @randallc Thanks I will reply to your questions in my thread. Thanks for the link as well. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted October 23, 2005 Author Share Posted October 23, 2005 (edited) Hi, @ptrex I have added 2_3; Oct 23rd05; _XLFromListView(ByRef $sFilePath,$h_Listview,$iListSelected=0,$si_Visible="NotVisible"){swapping Error Handler} XLFromListView is slow, though, as is ListView generally, especially with sort! [Also fixed error handler in ExcelCom to swap in and out with yours] Best, randall Edited October 23, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 24, 2005 Share Posted October 24, 2005 @randallcSorry for the late reply but i was tied up with some other things.No succes so far, lots of errors in you ExcelCOMSee here>"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /beta /ErrorStdOut /in "C:\_\Apps\AutoIT\SQLIte\SQLcom2.au3" /autoit3dir "C:\Program Files\AutoIt3\beta" /UserParams >Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.datC:\Program Files\AutoIt3\Include\ExcelCom.au3(77,38) : ERROR: ObjEvent() [built-in]called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(84,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(88,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(390,57) : WARNING: $listview: possibly used before declaration. for $i=0 to _GUICtrlListViewGetItemCount ($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(522,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(529,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(546,33) : WARNING: $oMyError: possibly used before declaration. $HexNumber=hex($oMyError.number, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(554,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(561,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(565,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(616,45) : WARNING: $FilePath: possibly used before declaration. $Var=$Address&"|"&$ExcelValue&"|"&$FilePath& ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(618,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(625,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(616,45) : ERROR: $FilePath: undeclared global variable. $Var=$Address&"|"&$ExcelValue&"|"&$FilePath& ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\_\Apps\AutoIT\SQLIte\SQLcom2.au3 - 11 error(s), 3 warning(s)As of SqlCom2.au3 it went from OK to worse.More errors and also the export doesn' t work properly anymore, since you changed to COMMA seperated.Be aware that in other parts of the world they use comma's for decimal seperaters and a dot for thausend seperators.So to biuld a universal UDF that support all internationalities, you need to make something that takes care of these differences.I think it is better to leave the error handler out, untill everything is stable and than take it from there.Regards, Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted October 24, 2005 Author Share Posted October 24, 2005 (edited) Hi, Point taken about the commas; fixed in SQLcom6? I don't think you've given it much chance, though, as you don't seem to be using the Beta version here?; hence the errors. Your script would probably give similar errors if you used the stable version? Best, Randall EDIT SQLcom6 repaired Edited October 25, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 25, 2005 Share Posted October 25, 2005 @randallc I don' t understand if you say I am not using Beta. Line 1 of the errors says this : >"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /beta Can you explain this ? I will try your version 6 again today. Till later. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
ptrex Posted October 25, 2005 Share Posted October 25, 2005 Hi again,This is the result of the last versionThe Comma seperator works fine again for the export to Excel.When using your last ExcelCom version I get COM errors all over.So I swithed back to the previous version and it works OK.Apart from the errors before running (and I did use the Beta version).The export from ListView works as well but still has the Comma seperator problem.>"C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /run /beta /ErrorStdOut /in "C:\_\Apps\AutoIT\SQLIte\SQLcom6.au3" /autoit3dir "C:\Program Files\AutoIt3\beta" /UserParams >Running AU3Check...C:\Program Files\AutoIt3\SciTe\Defs\Unstable\Au3Check\au3check.datC:\Program Files\AutoIt3\Include\ExcelCom.au3(77,38) : ERROR: ObjEvent() [built-in]called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(84,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(88,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(390,57) : WARNING: $listview: possibly used before declaration. for $i=0 to _GUICtrlListViewGetItemCount ($listview) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(522,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(529,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(546,33) : WARNING: $oMyError: possibly used before declaration. $HexNumber=hex($oMyError.number, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(554,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(561,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(565,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(616,45) : WARNING: $FilePath: possibly used before declaration. $Var=$Address&"|"&$ExcelValue&"|"&$FilePath& ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(618,38) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(625,39) : ERROR: ObjEvent() [built-in] called with wrong number of args. $sFuncName = ObjEvent("AutoIt.Error") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\_\Apps\AutoIT\SQLIte\SQLcom6.au3(218,7) : ERROR: syntax error f. ~~~~~^C:\Program Files\AutoIt3\Include\ExcelCom.au3(616,45) : ERROR: $FilePath: undeclared global variable. $Var=$Address&"|"&$ExcelValue&"|"&$FilePath& ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^C:\_\Apps\AutoIT\SQLIte\SQLcom6.au3 - 12 error(s), 3 warning(s)>AU3Check Ended.>Running: (3.1.1.84):C:\Program Files\AutoIt3\beta\autoit3.exe "C:\_\Apps\AutoIT\SQLIte\SQLcom6.au3"Till later Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
randallc Posted October 25, 2005 Author Share Posted October 25, 2005 (edited) Hi, Can you please check your "autoit3/include" directory, version of excel.com there? - should be 2.17 [And maybe just try the simple example "XLListViewSel1.au3 " - does it give those same errors? - I don't get any!] Sorry, randall Edited October 25, 2005 by randallc ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW Link to comment Share on other sites More sharing options...
ptrex Posted October 25, 2005 Share Posted October 25, 2005 The version in the Include dir is ; Version: 2_3; I have tried also a more recent one like I told you. But I hard to find the correct version in you post #1. so many versions available ?? I will try to find version 2.17 Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
ptrex Posted October 25, 2005 Share Posted October 25, 2005 @randallc Sorry, tested version 2.17 but this one give lot's of COM errors and script errors as mentioned before. So I best revert to the 2.3 version, which works best for me. besides the script error before running. like mentioned in the previous posts. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now