I'm using a DLL in order use some optimization software. The DLL has a Callback function which retrieves some information about the simulation. The problem is that it only works in Visual Basic, as it uses the AddressOf operator. How could I solve this, using VBA?