It's not that I don't know WHAT exactly is going wrong but it's the not knowing WHY it's going wrong thats making me lose my mind.
When writing any function in VBA with a name that has less than 4 characters and ends with a number, eq:
public function fun1(variable)
or
public function fn1(variable)
And then using that function in an excell cell will always give a #ref error.example
In the example a simple function for changing casing.
Is there someone who could relieve me from this dark place i'm currently in of not knowing what is going wrong.