Jump to content
Fórum Script Brasil
  • 0

evento .list não funciona


jefferson araujo

Question

ola pessoal, alguém pode me ajudar no seguinte codigo VBA for excel 2007: linha =0

Private Sub CommandButton3_Click()

ListBox4.Clear

linha = linha + 1

Label12.Caption = linha

ListBox4.AddItem

ListBox4.List(1, 0) = linha

' ListBox4.List(linha, 1) = Label11.Caption ' desativados

' ListBox4.List(linha, 2) = ComboBox2.Value

' ListBox4.List(linha, 3) = lbl5.Caption

' ListBox4.List(linha, 4) = TextBox1.Text

' ListBox4.List(linha, 5) = TextBox2.Text

' ListBox4.List(linha, 6) = TextBox3.Text

' ListBox4.List(linha, 7) = TextBox4.Text

' ListBox4.List(linha, 8) = lbl2.Caption

End Sub

na linha que coloquei em negrito é gerado um erro: listbox4.list(1,0) = <não foi possivel obter a propriedade list. indice de matriz de propriedade invalido>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...