Displaying big numbers WITHOUT scientific notations

G

G. H.

I'm using C#, and I want my report to show id numbers correctly, without E
(scientific notation). How can I do that? In excel I just choose number, and
it works.
 
G

Greg Glynn

I'm using C#, and I want my report to show id numbers correctly, without E
(scientific notation). How can I do that? In excel I just choose number, and
it works.


GH,

Have you tried

Range("A1").NumberFormat = "0"



Greg
 
G

G. H.

Yeah, doesn't work. So far I'm using a "'" before the number, but I'm not
sure it's going to cut it.
 

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

Top