Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default ComboBox properties---need to recognize comma's in numgers

Can anyone tell me how to make a combobox recognize comma's within number
strings. I have the linkedcells formatted as numbers and currency but the
display of the combobox will not show the comma's making large numbers hard
to read.
Thank you in advance for your help.
Ed
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default ComboBox properties---need to recognize comma's in numgers

This can be done using Format, as in:

ComboBox1.AddItem Format(Range("A1"), "#,##0.00")

or something to that effect.

HTH

"Ed P" wrote in message
...
Can anyone tell me how to make a combobox recognize comma's within number
strings. I have the linkedcells formatted as numbers and currency but the
display of the combobox will not show the comma's making large numbers

hard
to read.
Thank you in advance for your help.
Ed



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default ComboBox properties---need to recognize comma's in numgers

Ed,

How are you loading the combobox.

Try loading the text value, such as

With Me.Combobox1
.Additem Activesheet.Range("A1").Text
'etc
End WIth

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ed P" wrote in message
...
Can anyone tell me how to make a combobox recognize comma's within number
strings. I have the linkedcells formatted as numbers and currency but the
display of the combobox will not show the comma's making large numbers

hard
to read.
Thank you in advance for your help.
Ed



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
Replace Comma's with Dash [email protected] Excel Worksheet Functions 3 May 5th 23 11:45 AM
Viewing combobox properties Manikandan Excel Discussion (Misc queries) 1 June 18th 07 03:30 PM
TextColumn Properties of ComboBox Brett Excel Discussion (Misc queries) 0 October 21st 05 11:26 PM
Setting properties to combobox Stefan[_6_] Excel Programming 2 September 16th 04 12:21 PM
ComboBox ProperTies Dan Gesshel Excel Programming 2 October 17th 03 01:08 AM


All times are GMT +1. The time now is 07:17 PM.

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"