stdVBA
stdVBA copied to clipboard
stdCallback constructor improvements.
Would be nice to include the following constructors:
- stdCallback::CreateFromForeignFunction(wb as workbook, moduleName as string, methodName as string)
- stdCallback::CreateFromDLLFunction(dllName as string, functionName as string, types...)