listbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jonnh

    #1

    listbox

    to use the the property list in the object listbox
    txtidcodigoenco ntrado.Value = listbox.List(2)
    it generates me a compilation error":

  • tina

    #2
    Re: listbox

    txtidcodigoenco ntrado.Value = listbox.List(2)

    in VBA, i find ListCount and ListIndex properties, but no List property.
    perhaps you mean the Column property? such as

    txtidcodigoenco ntrado.Value = listbox.Column( 2)

    hth


    "Jonnh" <jsasesorias@gm ail.comwrote in message
    news:1155412830 .674402.198200@ 74g2000cwt.goog legroups.com...
    to use the the property list in the object listbox
    txtidcodigoenco ntrado.Value = listbox.List(2)
    it generates me a compilation error":
    >

    Comment

    • pietlinden@hotmail.com

      #3
      Re: listbox

      What are you TRYING to do? Not one of your posts has made any sense so
      far. What's the "list" property? At least in the English version,
      there's no such property. And yeah, that would generate an error. So,
      I'll ask again. What, in plain English, are you trying to do?

      Comment

      • fredg

        #4
        Re: listbox

        On 12 Aug 2006 13:10:40 -0700, pietlinden@hotm ail.com wrote:
        What are you TRYING to do? Not one of your posts has made any sense so
        far. What's the "list" property? At least in the English version,
        there's no such property. And yeah, that would generate an error. So,
        I'll ask again. What, in plain English, are you trying to do?
        Piet,
        I'm trying to be helpful.
        Perhaps a little patience would help.
        It would seem, from the name of the control "txtidcodigoenc ontrado"
        that English is not this posters first language. If you have
        difficulty understand his question, either ask for clarification or
        just don't respond. That's what most of us do.
        I would suspect you would have as much difficulty writing in his
        language as he has in English. I know I would.

        --
        Fred
        Please respond only to this newsgroup.
        I do not reply to personal e-mail

        Comment

        Working...