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

 Worksheets("xx").Range("A:EZ").NumberFormat = "#.####"
But this formula only formats single digit numbers instead of double digit or triple digits.

I need it to format anything after the . to 5 digits

Thanks