stdVBA icon indicating copy to clipboard operation
stdVBA copied to clipboard

stdCallback constructor improvements.

Open sancarn opened this issue 4 years ago • 0 comments

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...)

sancarn avatar Sep 02 '20 01:09 sancarn