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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -