+ Reply to Thread
Results 1 to 4 of 4

Ignoring comma when creating validation lists

  1. #1
    Christiano Borchardt
    Guest

    Ignoring comma when creating validation lists

    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

  2. #2
    Charlie
    Guest

    RE: Ignoring comma when creating validation lists

    Be more specific; include a snippet of your code if possible. It may be that
    you simply need to enclose the portion of the string containing the commas
    within quote marks.

    "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


  3. #3
    Tim Williams
    Guest

    Re: Ignoring comma when creating validation lists

    Create a named range (could be in a hidden sheet)

    Tim

    --
    Tim Williams
    Palo Alto, CA


    "Christiano Borchardt" <[email protected]> wrote in message
    news:[email protected]...
    > 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




  4. #4
    Dave Peterson
    Guest

    Re: 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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1