icntr

  1. P

    VBA Cascading Listboxes 4 columns unique values only

    All, I'm looking for some help... I've followed this tutorial: the third list https://vbaf1.com/programming/cascading-dropdowns-useform/ ANd have expanded it to allow for 4 listboxes (from 3) - however the slight issue I'm having is that the third listbox is displaying duplicates and I'm not...
  2. mayday1

    Deleting blank rows faster than my macro

    The code below deletes rows if column B is empty. It works fine but does about 1 or 2 rows per second and it sometimes has to go through a couple thousand rows. I never know how many rows will be in my file - sometimes 1000, sometimes 4000. I set the limit at 4500 but it's possible there...
  3. R

    save filtered range to text file

    There are 6 columns and I'm using autofilter to filter from 2 columns, however I want to copy and paste another column (after filtering) to a text file. ' Getting the day of the current date var = Day(Date) 'Autofilter ActiveSheet.Range("A:F").AutoFilter...
  4. T

    Shorten/simplify/improve/make more efficient this bit of code

    Good day lads, I have this code For iCntr = lRow To 1 Step -1 If Cells(iCntr, "L") = "Close" Then Rows(iCntr).Delete End If...
  5. J

    Delete columns with 0 value but I want to keep the header in row 1

    I have a report that I have to publish every week. I also use MS Excel 2010. How do you delete columns with a value of 0 starting in row 2, also starting from column N (or anything after column 14)? My report has a header but it will constantly change and I will continue to add columns after...

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