Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 2000, if you have a text of more than 15 digits
(eg: "12345678912345678912345"), excel automatically changes this into exponential. If you have leading zeros in a cell (eg: 0001), excel strips the leading zeroes. Without changing the cell format, how do I disable excel's automatic cell value formatting. Is there registry setting that needs to be set? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Formatting the cell as text would work, why isn't that acceptable? -
Pikus --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
More to the point numbers can only have up to 15 significant digits
in Excel. Please look up "Specification" in your Excel Help. So "text" is your only choice. You can format the column as text beforehand, or you can precede the value with a single quote to force it to text. "pikus " wrote in message ... Formatting the cell as text would work, why isn't that acceptable? - Pikus --- Message posted from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Because if I'm sending an HTML file (and I specify this as
application/vnd.ms-excel)and IE opens it automatically in Excel, I can't really specifiy in my HTML that this cell value should only be formatted as text. It is of General format by default. -----Original Message----- Formatting the cell as text would work, why isn't that acceptable? - Pikus --- Message posted from http://www.ExcelForum.com/ . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then Dave's suggestion of a leading single quote should work. - Piku
-- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel's 2003 Auto Recover Feature | Excel Discussion (Misc queries) | |||
How does one disable Auto-Formatting of dates? | Excel Discussion (Misc queries) | |||
Disable auto-formatting dates.... GRRR! | Excel Discussion (Misc queries) | |||
Disable auto-formatting dates.... GRRR! | Excel Worksheet Functions | |||
Disable auto editor formatting | Excel Programming |