Changing a column's number of decimal places

S

Shaun Allan

I want to change a specific column's number of decimal
places to 1. How can I do this simply from within code?
Do I have to select the column first, then apply the code
or can I change the column without selecting it first?
 
S

Shaun Allan

As simple as that! Amazing! Thank you!!
-----Original Message-----
Hi
one way:
columns(1).numberformat="0.0"

--
Regards
Frank Kabel
Frankfurt, Germany



.
 
Top