Efficient way to having calling workbook path in custom function context #815
Replies: 2 comments 3 replies
-
|
You should try to figure out whether If any of this doesn't make sense, feel free to ask more. |
Beta Was this translation helpful? Give feedback.
-
|
What does GetFileNameUsingApplication do? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
What is the best way for having the workbook file path within the context of a single function call?
We have a class for custom functions, and during the process of one of the functions we require the filepath for the workbook in order to get certain information necessary its functionality. The current solution we have using XlCall is pretty expensive performance wise.
Does anyone have any tips for how to solve this without causing issues with multiple open workbooks?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions