In Excel I'm using this formula: Range("C10").Value = "=If(N10 = "","",N9)". I just can't figure it out as to how to do the same thing is VB6. In VB6 it should read something like this: Text20.text = If(Text44.text ="","",Text31.text. Same as Excel but obviously not the correct formula. Any help please!
↧