Changing a column's number of decimal places

  • Thread starter Thread starter Shaun Allan
  • Start date Start date
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?
 
As simple as that! Amazing! Thank you!!
-----Original Message-----
Hi
one way:
columns(1).numberformat="0.0"

--
Regards
Frank Kabel
Frankfurt, Germany



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top