ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,736
- Office Version
- 2007
- Platform
- Windows
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
Thanks
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
Code:
Me.txtCost = Sheets("LPM").Cells(i, "E").Value & "$0.00"
Thanks