folks
Can somebody explain to me why i am getting the following error when i try to construct a simple user defined function
The error is Compile Error: Sub or Function not defined
The user defined function I created is
Function test(dd)
test = Text(dd, "mm/dd/yy")
End Function
The "TEXT" word is highlighted when the compile error is displayed
Any ideas
Thanks
Can somebody explain to me why i am getting the following error when i try to construct a simple user defined function
The error is Compile Error: Sub or Function not defined
The user defined function I created is
Function test(dd)
test = Text(dd, "mm/dd/yy")
End Function
The "TEXT" word is highlighted when the compile error is displayed
Any ideas
Thanks