Return a User Defined Data Type in an Excel Cell

后端 未结 3 1650
广开言路
广开言路 2020-12-07 03:01

I\'ve searched the web and I\'ve searched the questions here on stackoverflow, but I haven\'t been able to find a solution.

Here is what I\'d like to do:

Sup

3条回答
  •  佛祖请我去吃肉
    2020-12-07 04:02

    This looks to be a tough cookie. It's a little hokey, but what you could do is have your Initialize function return a name (string), then add the name parameter to the Get function. Basically manipulating the name string instead of the object directly.

提交回复
热议问题