Hey all,
I need to format all the cells in my range to have decimal places increased to 5 after the .
I know there is the formula
But this formula only formats single digit numbers instead of double digit or triple digits.![]()
Worksheets("xx").Range("A:EZ").NumberFormat = "#.####"
I need it to format anything after the . to 5 digits
Thanks
Bookmarks