Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Feb 8, 8:28 am, G. H. <G. wrote:
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yeah, doesn't work. So far I'm using a "'" before the number, but I'm not
sure it's going to cut it. "Greg Glynn" wrote: On Feb 8, 8:28 am, G. H. <G. wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text converted to scientific notations | Excel Discussion (Misc queries) | |||
Automatic conversion to scientific numbers | Excel Discussion (Misc queries) | |||
Supress Scientific Numbers?? | New Users to Excel | |||
csv converting numbers to scientific format | Excel Discussion (Misc queries) | |||
importing large numbers to vb results in the numbers being formatted to scientific | Excel Programming |