S serdar Aug 14, 2005 #3 Great! haber iletisinde þunlarý said: Range("c5") = Range("a1").Address(0,0) Regards, KL Click to expand...
Great! haber iletisinde þunlarý said: Range("c5") = Range("a1").Address(0,0) Regards, KL Click to expand...
S serdar Aug 14, 2005 #4 Why should i use: Range("A11?).Formula when i can write: Range("c5") = "=" & Range("a1").Address(0, 0) & "+" & Range("a2").Address(0, 0)
Why should i use: Range("A11?).Formula when i can write: Range("c5") = "=" & Range("a1").Address(0, 0) & "+" & Range("a2").Address(0, 0)
K KL Aug 14, 2005 #5 You don't have to. As you have already noticed it will work with the Value property (if no property specified for a range it is Value by default) Regards, KL
You don't have to. As you have already noticed it will work with the Value property (if no property specified for a range it is Value by default) Regards, KL