Hi Guys,
I have the following code. But it needs Excel program to be installed on the machine in order to execute it successfully.
Can someone guide me as to how I can bypass this using ADODB?
Thank you.
#NoTrayIcon
Global $E = IniReadSection("idcollate.ini", "Events")
If @error Then
MsgBox(4096, "", "Error occurred, probably no INI file.")
Else
For $k = 1 To $E[0][0]
Global $S = IniReadSection("idcollate.ini", "EventID")
If @error Then
MsgBox(4096, "", "Error occurred, probably