Hello. Thank you for looking at this problem of mine.
The help I am requesting relates to the speed of a VBA user defined function.
I have a function which works correctly, as below (relevant parts):
Function placeholdername (arg1, arg2, etc) As Double
Dim data_table As Range
…..Other...