Hi
I am developing a UDF, which takes inputs from the sheet that it exists on, plus a reference sheet.
The function will exist on a number of sheets in the same workbook.
I am happy collecting the inputs from a defined reference (common) sheet however when I am collecting the inputs from the sheet on which the function is acting, if I omit the worksheet("xxx") from the input line, will this effectivly be the same as the missing "ThisWorksheet" string.
The reason I ask, is the function will exist on several worksheets, there will be global recalculate routine, so several of the sheets will not be active at the time of the routine.
Thanks for any guidance
S
I am developing a UDF, which takes inputs from the sheet that it exists on, plus a reference sheet.
The function will exist on a number of sheets in the same workbook.
I am happy collecting the inputs from a defined reference (common) sheet however when I am collecting the inputs from the sheet on which the function is acting, if I omit the worksheet("xxx") from the input line, will this effectivly be the same as the missing "ThisWorksheet" string.
The reason I ask, is the function will exist on several worksheets, there will be global recalculate routine, so several of the sheets will not be active at the time of the routine.
Thanks for any guidance
S