- Joined
- 1/17/14
- Messages
- 72
- Points
- 118
I'm developing a C DLL. To test, I'm trying to call it from an Excel macro.
Create a new macro-enabled workbook, save it in the same folder as the built DLL, type in the VBA code (declare the function and a simple test sub), and run - works like a charm. Close the .xlsm, reopen it, try running again, and it throws #53 "file not found".
Ultimately it's not Excel that will be calling it and if this is just a fluke I have to live with, I will. But is this something simple/tricky/glitchy, maybe permissions-related (I am not admin on this box)?
Thanks in advance!
Create a new macro-enabled workbook, save it in the same folder as the built DLL, type in the VBA code (declare the function and a simple test sub), and run - works like a charm. Close the .xlsm, reopen it, try running again, and it throws #53 "file not found".
Ultimately it's not Excel that will be calling it and if this is just a fluke I have to live with, I will. But is this something simple/tricky/glitchy, maybe permissions-related (I am not admin on this box)?
Thanks in advance!