I am trying to access dll functions via Excel-VBA. I have implemented VBA code to select and load the dll at runtime, and then call a function from dll.
Following is