O
ornit
Hi all
I need help:
I am trying to write this value (actually it's a function) to a
ActiveCell in excel:
=IF(master!A10=0,"" ,master!A10)
but the VBA ignores the (") and the function is copied the wrong way.
I tried the code:
Range("A10").Value = "=IF(master!A10=0,"" ,master!A10)"
but it didn't work.
please help me....
thanks - Orni
I need help:
I am trying to write this value (actually it's a function) to a
ActiveCell in excel:
=IF(master!A10=0,"" ,master!A10)
but the VBA ignores the (") and the function is copied the wrong way.
I tried the code:
Range("A10").Value = "=IF(master!A10=0,"" ,master!A10)"
but it didn't work.
please help me....
thanks - Orni