I've been working for ages and I'm stuck with this problem.
I'm programming with visual basic excel and I simply want to write a formula where the variables change.
The formulae I want to program is =E16&D11&H19 where the numbers 16 and 19 are variables.
ActiveCell.Formula = "= " & "A" & y &" & "& "D11"&" & "&"D" & p & " "
I've been trying with the code above but it doesnt work out.
Anyhelp?
I'm programming with visual basic excel and I simply want to write a formula where the variables change.
The formulae I want to program is =E16&D11&H19 where the numbers 16 and 19 are variables.
ActiveCell.Formula = "= " & "A" & y &" & "& "D11"&" & "&"D" & p & " "
I've been trying with the code above but it doesnt work out.
Anyhelp?