I would like to call a C++ function from VBA. I've been reading about DLLs and exporting C++ code but I don't understand how this works. I'm using Microsoft Visual Studio environment.
Does anyone know how to do this? Or, what are the basic steps to achieve this? Or redirect me to an example?