G
Guest
In Visual Basic I wrote a function which should copy the value of the argument to calling cell and reset the argument cell to the value 1
Public Function MyFunction(x
MyFunction =
x =
End Functio
So in a worksheet =MyFunction(A1) should result in A1 getting the value 1. But this does not work. How can I get this going
Regards, Gauss
Public Function MyFunction(x
MyFunction =
x =
End Functio
So in a worksheet =MyFunction(A1) should result in A1 getting the value 1. But this does not work. How can I get this going
Regards, Gauss