+ Reply to Thread
Results 1 to 3 of 3

cell validation with list drop down by using a makro - Excel bug?

  1. #1
    Matthias
    Guest

    cell validation with list drop down by using a makro - Excel bug?

    I tried to record a makro while using data->validation and entering seral
    list elemtes, e.g.: '1;2;3' in order to create a drop down list. Recording
    the makro worked well but when I call the makro there will not be crated any
    list but only one entry consisting of: '1;2;3'.
    If the Excel application is saved, closed and opened again the drop down
    list will be available.
    I found a workaround for this. It's about using a reference cell for the
    list entries instead of entering them directly. But this workaround does not
    satisfy my needs

    Does anyone have an idea?

  2. #2
    Tom Ogilvy
    Guest

    Re: cell validation with list drop down by using a makro - Excel bug?

    try changing the Semi colons to commas:

    Formula1:="1,2,3"

    --
    Regards,
    Tom Ogilvy


    "Matthias" <[email protected]> wrote in message
    news:[email protected]...
    > I tried to record a makro while using data->validation and entering seral
    > list elemtes, e.g.: '1;2;3' in order to create a drop down list. Recording
    > the makro worked well but when I call the makro there will not be crated

    any
    > list but only one entry consisting of: '1;2;3'.
    > If the Excel application is saved, closed and opened again the drop down
    > list will be available.
    > I found a workaround for this. It's about using a reference cell for the
    > list entries instead of entering them directly. But this workaround does

    not
    > satisfy my needs
    >
    > Does anyone have an idea?




  3. #3
    Matthias
    Guest

    Re: cell validation with list drop down by using a makro - Excel b

    Thanks a lot, Tom.
    This seems to be the trick.

    "Tom Ogilvy" wrote:

    > try changing the Semi colons to commas:
    >
    > Formula1:="1,2,3"
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "Matthias" <[email protected]> wrote in message
    > news:[email protected]...
    > > I tried to record a makro while using data->validation and entering seral
    > > list elemtes, e.g.: '1;2;3' in order to create a drop down list. Recording
    > > the makro worked well but when I call the makro there will not be crated

    > any
    > > list but only one entry consisting of: '1;2;3'.
    > > If the Excel application is saved, closed and opened again the drop down
    > > list will be available.
    > > I found a workaround for this. It's about using a reference cell for the
    > > list entries instead of entering them directly. But this workaround does

    > not
    > > satisfy my needs
    > >
    > > Does anyone have an idea?

    >
    >
    >


+ 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