Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Number Group Seperator

When I set the NumberFormat of a worksheet column to #'##0, Excel
converts it to #\'##0.

As a result, instead of getting

0
1'234
234

I get

'0
1'234
'234

Does anyone know why and how I can prevent this? Basically, when I
click on 'Format Cells' for the column, I want to see #'##0 and not
#\'##0 as the Custom Number Type. I'm using VB.Net v7.1.3088 and the
MS Excel 11.0 Object Library on Win2K english versions.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Number Group Seperator

Try to use conditional formatting - I think, it's only way out

Applicable to your trouble:

[<=999]##0;[999]#'##0;#

e.i.
if less than or equal to 999, then ##0
if more than 999, then #'##0
default (impossible in this case) - #

Regards,

David Avsajanishvili

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Number Group Seperator

Try to use conditional formatting. I think, it's only way out.

Applicable to your trouble:

[<=999]##0;[999]#'##0;#


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Seperator burt Excel Discussion (Misc queries) 2 August 6th 08 03:00 PM
Delimiting when seperator is a comma & number is bigger than 1,000 Anna Excel Discussion (Misc queries) 4 November 19th 07 04:55 PM
Insert a Seperator into a number string. DraCo Excel Discussion (Misc queries) 3 August 22nd 05 02:24 PM
Digit seperator vnsbudhe Excel Worksheet Functions 5 July 23rd 05 04:42 PM
Thousand Seperator venky Excel Discussion (Misc queries) 5 November 30th 04 01:22 PM


All times are GMT +1. The time now is 11:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"