Is there a variable anywhere that gives a worksheet and a cell that gets the result of a custom VBA function?
For example, if in A!B1
formula =MyCustomFunc()
in my code:
public function MyCustomFunc() 'what can I call here to get the values "A" and "B1"? end function
source share