Hi,
I have the code shown below,
Can you advise the correct way to write it because if my value is 4 i actually see 4$0.00
Removing the 0.00 in the code then i see 4$
I cant get it to be shown like $4
Me.txtCost = Sheets("LPM").Cells(i, "E").Value & "$0.00"
Thanks