Jump to content

ExcelCOM


Recommended Posts

I was last using v3.1.1.122 when I wrote my scripts with Randall's ExcelCOM UDF

after installing v3.2, i found that my scripts do not work anymore

after some debugging, I found the root cause with the following snippet:

#include ".\ExcelCOM.au3"

$ProcessLog = @ScriptDir & "\ProcessLoger.xls"

If Not FileExists($ProcessLog) Then
    _XLCreateBlank($ProcessLog)
    
    _XLClose($ProcessLog, 1)
    
EndIf

$var = _XLread($ProcessLog,1,1,5)

_XLClose($ProcessLog, 1)

MsgBox(0, "", $var)

While I was using v3.1.1.122, empty cells returns 0,

with v3.2, empty cells returns "".

just to check if it's a fixed behaviour from v3.1?

The speed of sound is defined by the distance from door to computer divided by the time interval needed to close the media player and pull up your pants when your mom shouts "OH MY GOD WHAT ARE YOU DOING!!!"

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