I want the vba code to format the cells of workbook like this:
if the number entered in cells is greater or equal to 1 to have 2 digits for integer and 1 for float( NumberFormat="00.0". Example 02.3)
And if number is lower than 1 Numberformat="0.0". Example 0.8)
Thank you in advance
Bookmarks