Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I need to handle the custom number format in excel programming and as such i need any generalized way to handle all types of custom format Can any one suggest me on this? Venkata Vijay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could yo please clarify your question with examples/
"Venkata Vijay" wrote: Hi I need to handle the custom number format in excel programming and as such i need any generalized way to handle all types of custom format Can any one suggest me on this? Venkata Vijay |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Basically i will get excel sheets which contains different custom number formats and while trying to read data using macro, they are getting changed For Example if in a cell i give value ="2008" and set custom number format to yyyy, after reading the data from macro, its value is getting changed to 1905 Similar observations found with some other type of custom number formats I need a generalized way by which i can handle this issue Venkata Vijay "Jacob Skaria" wrote: Could yo please clarify your question with examples/ "Venkata Vijay" wrote: Hi I need to handle the custom number format in excel programming and as such i need any generalized way to handle all types of custom format Can any one suggest me on this? Venkata Vijay |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
2008 alone is interpreted by Excel as a number.
The serial number 2008 is June 30, 1905 Gord Dibben MS Excel MVP On Wed, 18 Mar 2009 02:50:18 -0700, Venkata Vijay wrote: For Example if in a cell i give value ="2008" and set custom number format to yyyy, after reading the data from macro, its value is getting changed to 1905 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
format cell custom Number format | Excel Worksheet Functions | |||
convert number to % using only custom number format challenge | Excel Discussion (Misc queries) | |||
Custom number format for driver's license number | Excel Discussion (Misc queries) | |||
how do I add phone number format as a permanent custom format? | Excel Discussion (Misc queries) | |||
Format a cell with a custom number format | Excel Worksheet Functions |