xlfiltercopy

  1. J

    Copying unique range pastes column 7 twice

    I have a code to copy columns A:L. Paste the unique rows to columns O:Z. Somehow, the code is overwriting column W with values from column G. Here is the code: Sub oneUserPerRow() Dim lastCol As Long, lastRow As Long, r As Long, i As Long Dim Rng As Range, Rng1 As Range, Rng2 As Range, Rng3 As...
  2. BPW

    VBA - xlFilterCopy/CopyToRange - Paste Special to retain destination formatting?

    Hi Everyone, I'm stuck and need a little guidance. I'm attempting to copy unique values within a column of one worksheet and paste them within another worksheet (same workbook) retaining the destination sheet's formatting. Below is the VBA that pastes over the formatting. Sub...
  3. T

    VBA copy all values and truncate string

    Hi, I have an awesome bit of VBA code that I adapted from Contextures (thank you!). I need to make a couple more adaptations and I can't quite figure them out. The two adaptations I need to make are: 1) currently the coding aggregates all the same names in column A and copys them into the...
  4. Default300

    Dynamic Named Range with Zero (0) Rows Triggers Error [1004 (Method 'Range' of object '_Global' failed)]

    Hi. I'd love some assistance with this problem I'm having. Thanks to those who've helped in the past. (And if you're interested, yes it is the same project!) For the short version of this post, skip to "PROBLEM"! I'm assigning a Named Range to be the RowSource of a ComboBox Control on a...

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