Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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?
それは不可能です。そこで、必要に応じてマッピングするためのダミー メソッド (F1、F2、F3 など) を作成します。私は可変長の C 呼び出しを使用しているので、XL の関数ダイアログに正しい数の引数しか表示できません。