0

I have an xll with a c function registered several times in XL.

E.g. I register xllMyFunc as Fred and Joe so that I can put =Fred() or =Joe() in a spreadsheet.

Is there a way to determine if xllMyFunc() was called by Fred or by Joe?

4

1 に答える 1

1

それは不可能です。そこで、必要に応じてマッピングするためのダミー メソッド (F1、F2、F3 など) を作成します。私は可変長の C 呼び出しを使用しているので、XL の関数ダイアログに正しい数の引数しか表示できません。

于 2012-04-05T07:47:03.277 に答える