check com libraries first
on qm window click Tools then COM Libraries
it will open this window
check to see if its listed there if its not will most likely need to register it.
May need to copy the type library to qm folder
if it's listed then select it in the list and then click
Insert declaration from list button
it will insert the typelib code in your function
if the word after typelib is black then need to compile first (Ctrl+Shift+R)
then you can see the library and its functions when you type a period.
example using excel
Function ExampleExcel
on qm window click Tools then COM Libraries
it will open this window
check to see if its listed there if its not will most likely need to register it.
May need to copy the type library to qm folder
if it's listed then select it in the list and then click
Insert declaration from list button
it will insert the typelib code in your function
if the word after typelib is black then need to compile first (Ctrl+Shift+R)
then you can see the library and its functions when you type a period.
example using excel
Function ExampleExcel