Hi

I'm trying to figure out how I can get the address from a argument to a function. I've found a similar thread, but I didn't get the answer to work for me. I am new to VBA-programing, so detalied answers is very appreciated.

What I want my code to do is multiply one cel with an other cel, both being arguments to the function. But if the first argumet cel is emty or 0, I want the function to multiply the second argument with the cel to the left of argument one.

Is this possible?

Thanks in advance
Mikkel