me.listbox1.listindex

  1. T

    Cannot deselect Listbox item

    Hi there, I have a single select listbox set up as below. ListBox1.ColumnCount = 6 ListBox1.ColumnWidths = "60;150;45;45;45;45" ListBox1.MultiSelect = 0 I populate it with data and then have a check to see if the listbox is clicked (code below). If so I open a separate userform which gives...
  2. D

    Excel - VBA : delete table row from listbox selection

    I've got some delete code Rw = Me.ListBox1.ListIndex + 2 If Me.ListBox1.ListIndex > -1 Then Sheets(1).Cells(Rw, 5).Resize(1, 5).Value = "" The code works great if the sheet data is in non-table format, but all my data ranges are in tables. How do I use ListRow to delete a table record using...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top