M
Matthias Frohnapfel
Hello,
I've a VBA Macro. This should write a formular like
=wenn(x>y;"ja";"nein")
in a cell. I tried this: Range("B9").value = "=wenn(x>y;"ja";"nein")"
I think there is also a problem with executing this formular. Can somebody
help me, please?
Thank you!
I've a VBA Macro. This should write a formular like
=wenn(x>y;"ja";"nein")
in a cell. I tried this: Range("B9").value = "=wenn(x>y;"ja";"nein")"
I think there is also a problem with executing this formular. Can somebody
help me, please?
Thank you!