vfilter

  1. D

    VBA to split data by values in a specific column - issue setting range

    Hi Folks, I have this code below for selecting a column and splitting the rows of data into different worksheets dependent upon the value in the selected column. I have found that to make it work best, the data is better being without formatting (no autofilter, no dynamic table, no borders, no...
  2. B

    Auto Filter of range class failed

    Hello I keep getting an error that I can't figure out why, I have been racking my brain for hours. I keep getting the auto filter of range class failed and all spelling is correct and there shouldn't be any problems. Here is my code. Sub SplitCodeFilterSheet() Dim wswb As StringDim wssh As...
  3. T

    Generating new files based on filter values selected by user

    Hi Friends, I have this data. A 1 A 2 B 3 B 4 I am creating new files based on first column.So for this purpose I am applying filter on 1st column (taking input from user) and then based on applied filter generating new files(in this case one file for 'A' and another one for 'B').Below is...
  4. S

    Object Required Error in VBA,

    Sub Split() Dim wb As String Dim ws As String wb = ActiveWorkbook.Name ws = ActiveSheet.Name Vcolumn = InputBox("Please indicate which column (i.e. A,B,C,...), you would like to split by", "Column selection") Columns(Vcolumn).Copy Sheets.Add ActiveSheet.Name = "_Summary"...

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