Hi everybody
how do you put a formula in a cell with VB 6.0
I tried making a macro and adapting the code but it still won't work
I've got this none-working code
I've found this here but it wouldn't work
click here
Can you help me?
how do you put a formula in a cell with VB 6.0
I tried making a macro and adapting the code but it still won't work
I've got this none-working code
Code:
oSheet1.Cells(TlRow, 9).Select
ActiveCell.Formula = "=IF(ISNUMBER(G" & TlRow & ");IF(ABS(H" & TlRow & ")>0,3;" * ";"");"")"
I've found this here but it wouldn't work
click here
Can you help me?