F
Floyd
What is the syntax to force a function to calculate from another sheet?
Function Test()
End Function
Worksheets("Sheet1").Test.Calculate
This won't work, but I think I am getting close.
Thanks in advance.
Floyd
Function Test()
End Function
Worksheets("Sheet1").Test.Calculate
This won't work, but I think I am getting close.
Thanks in advance.
Floyd