Hi,
I have the following code:
When I run it, I got the error message:
Could someone please help?
thank you!
I have the following code:
VBA Code:
Function get_Date()
get_Date() = Date
End Function
Sub test2()
this = get_Date()
End Sub
When I run it, I got the error message:
VBA Code:
Run-time error '28':
Out of stack space
Could someone please help?
thank you!