Modern-UI-Components-for-VBA icon indicating copy to clipboard operation
Modern-UI-Components-for-VBA copied to clipboard

how to use dll on excel add-in

Open bhagvatdave opened this issue 4 years ago • 1 comments

hi i have an excel add-in and i want use dll file so it is posible to add dll file to reference in excel add-in? i tried but i can't add dll file so any other idea from you?

bhagvatdave avatar May 07 '20 12:05 bhagvatdave

If you want to use the UI features, just do as indicated..

No installation, no ActiveX, no Admin-Rights. Just add this Dll to your VBA project folder and have some cool UI features. Have only tested in MS Access but it should work in all VBA environment. Works with ACCDE too.

In other words, your xslm excel files must be in the same folder than the krishKM dll files, and remember to unblock the dlls. you don't need to add any excel add-in

lajjutz avatar Jun 01 '20 03:06 lajjutz