Ok I am working on a VBA for excel project. Excel has an add in that "clears the cache" and I need to replicate that function in vba. I used a program called reflector and found the function in the .net assembly called ClearCache(). I tried to import the DLL in my VBA code but alas the function isn't exported. How can I access this .dll function from within VBA?
Thanks
Related posts:








0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment