Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have this error message : Un composant ActiveX ne peut pas créer un objet : 'Ecxel.Application'
when I use the following command : set XLApp = CreateObject("Excel.Application")
Can you help me?
Best regards
Hi Mario,
Thanks for your help; It's just what I need. Now my "Export"Button is working.
Regards
Gilles
You have to allow system access.
Hi,
How to that ? Is it in Qlilkview or Windows parameters ?
Thanks
On "Edit Module", at the left bottom you have a combo to select "Current Local Security" . Set it to allow System Access.
Regards.
Mario
Hi Mario,
Thanks for your help; It's just what I need. Now my "Export"Button is working.
Regards
Gilles