c# - Calling a COM function with System.Type parameter from VBA -
c# - Calling a COM function with System.Type parameter from VBA -
i developped api using c# .net in there's function "system.type" parameter : "public string myfunction(system.type mytype) { ... }"
this function com visible.
in excel workbook, reference api (myapi) , want phone call function don't find way so. possible ?
public sub test() dim t string t = myapi.myfunction(???) end sub
thank much.
c# vba com system.type
Comments
Post a Comment