Hi Guys,
I am having some problems in using the quotations in VBA
I need to generate the following
I have a very poor effort of
I know its the amount of quotations, but i just cant get the amount in the right places
Thanks
I am having some problems in using the quotations in VBA
I need to generate the following
Code:
=IF(VP1_T_01=0,"","£" & VP1_T_01 & "m")
I have a very poor effort of
Code:
Cells(i, "G").Formula = """"=IF(VP1_T_0" & x & "=0,"""","£" VP1_T_0" & x &")""""
I know its the amount of quotations, but i just cant get the amount in the right places
Thanks