I have a possibly boring question for you guys. I try to get VBA for Excel running on a borrowed Windows laptop but I don't succeed in doing so.
For example, a simple function like:
Function addtwo(a,b)
addtwo = a + b
End Function
... does not work properly. All functions return #VALUE!.
I have set the macro settings such that all macro's should be enabled.
What is going wrong? I am totally lost....
Thanks in advance.