Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Walter,
and you only have to enter 7 to get the result 007 Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In message of Mon, 7 May 2012 13:08:09
in microsoft.public.excel.programming, Claus Busch <claus_busch@t- online.de writes Hi Walter, [commenting on the suggestion of Columns(5).NumberFormat = "000"] and you only have to enter 7 to get the result 007 Danke Claus, I am not comfortable with that as my data is naturally 3 digit strings. It does however seem to be the easiest way of handling it. I will go with it and leave the following questions unanswered: 1) Why does "'000" display as 000? 2) Why is Range("A1").Errors.Item(xlNumberAsText).Value = True OK, but Columns(5).Errors.Item(xlNumberAsText).Value = True gets 1004? I do not understand NumberFormat as well as I ought. I find help on it obscure. -- Walter Briscoe |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Walter,
Am Mon, 7 May 2012 16:42:04 +0100 schrieb Walter Briscoe: 1) Why does "'000" display as 000? to 1) because numberformat "000" has 3 significant digits Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell format text and data displayed like a number | Excel Programming | |||
Text not fully displayed when text direction changed | Excel Discussion (Misc queries) | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in cells | Excel Programming | |||
data imported into EXCEL as text displayed as exponential number | Excel Programming |