outrng

  1. M

    Macro to extract Unique data from multiple columns

    Hi experts, I have a VBA code which helps in extracting unique data from multiple columns. As of now, whenever you run the VBA it asks for am input range and an output range. Can someone please help me to eliminate the msg box and replace it with a dynamic range for say column A:D from...
  2. N

    Select every nth row in filtered range

    Hi everyone. I need to select every 2nd row in filered table. For example, if visible rows are as in the table below, i need to select 5th, 10th and 19th. Thx for your help <tbody> *Row number* *Column A Header 2 5 8 10 15 19 25 </tbody> Sub Eeeeeee()Dim rng As Range...
  3. L

    VBA Code - Add Shuffle Capability on it

    Hello everyone, I have this code Sub CopyData() Dim Rng As Range Dim InputRng As Range, OutRng As Range xTitleId = "Lottery" Set InputRng = Application.Selection Set InputRng = Application.InputBox("Range :", xTitleId, InputRng.Address, Type:=8) Set OutRng = Application.InputBox("Out put to...

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