G
Guest
Why am I getting type mismatch when I try to run this
little code? The value of cell O5 is a number produced by
a formula in the cell. What should I do?
Dim cell
Set cell = Range("o5").Value
MsgBox cell
little code? The value of cell O5 is a number produced by
a formula in the cell. What should I do?
Dim cell
Set cell = Range("o5").Value
MsgBox cell