The above image shows 3 cells containing the formula instead of the value; The first cell is under PHP Hourly Rate, the second is under Name and the third is the Invoice Sub Total. However, the values will show after I double click the cell then press enter. Why is this happening? I am using Excel VBA on Excel 2013.
Thanks.
text
butGeneral
. This question is not about programming defined in the help-centre nor it's about programming Excel therefore voting to close. - user2140173Columns("B").Select
Selection.NumberFormat = "General"
but I noticed that it is in the middle of the code so I put it on top before everything else then it worked. Thanks. - clintghColumns("B").SelectSelection.NumberFormat = "General"
is not mentioned in your question at all! To any VBA user, this question looks like you've formated a cell incorrectly, which you have, but you didn't tell us you'd done it in VBA. Please post your code if it's a VBA question!!! - SilverShotBee