I am trying to pass variables to a sub routine, which must then establish an log based on the variables.
But I keep getting the following error:
"Compile error: Argument not optional"
As far as I understand this error indicates, that I have omitted a variable, but that is not the case. Can...