It looks like you're new here. If you want to get involved, click one of these buttons!
Excel/VBA
after updating KiteNet.dll'ActiveX component can't create object'
'Automation Server Can't Create Object'
'Can't find project or library'
Excel/VBA will still look for the older version with which the VBA Project is created initially
. Since the old DLL is replaced with the new DLL, Excel/VBA
will throw the above errors as it is unable to find the old DLL.Alt + F11
'KiteXL'
module from the project explorer. (If project explorer is not visible then : Menu --> View --> Select 'Project Explorer' or simply press Ctrl + R
)Ctrl + A
and cut all the code by pressing Ctrl + X
and again paste all the code by pressing Ctrl + V
and save.'Compile VBA Project'
KiteXL
.