hi all,i am so sorry if i ask repetitious question but i can not find any related by my problem,however
I have one Excel sheet, one userform and a listbox is in userform. Now when i filter my sheet and update listbox by click on button that is on my user form i see all rows in list box. I mean listbox1 show all cells (filter+no filter).
I have a little in formation in VBA but i need the codes and it is so important for me. Please help me with detail and with file if possible.
My code so far for updating the list box:
<code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; white-space: inherit;">Private Sub CommandButton1_Click()
CommandButton10.Visible = True
insertlist1.Visible = True
ListBox1.Visible = True
ListBox1.RowSource = "'NEWPRJ'!D7:D46"
End Sub</code>
I have one Excel sheet, one userform and a listbox is in userform. Now when i filter my sheet and update listbox by click on button that is on my user form i see all rows in list box. I mean listbox1 show all cells (filter+no filter).
I have a little in formation in VBA but i need the codes and it is so important for me. Please help me with detail and with file if possible.
My code so far for updating the list box:
<code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; white-space: inherit;">Private Sub CommandButton1_Click()
CommandButton10.Visible = True
insertlist1.Visible = True
ListBox1.Visible = True
ListBox1.RowSource = "'NEWPRJ'!D7:D46"
End Sub</code>