View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Ignoring comma when creating validation lists

Put your list in a range (on a hidden worksheet???) and name that range. Then
use that name in your Data|validation list box.



Christiano Borchardt wrote:

Hi,

I'm working in an application that generates an excel file with a data
validation list. The problem its because my values im putting in that list
also contains comma characters, but i dont want to split up this value.
Someone knows if there is a special character i can put at the string to
appears as a comma when using the dropdown?

Thanks
Christiano


--

Dave Peterson