select visible

  1. K

    Select visible cells in one column after autofilter

    What I'm trying to do seems like it should be simple, but at this point I've tried so many things my head is swimming, and nothing is working right. I need to select the visible cells in column J after autofiltering (on a different column) and set their value. I don't even care at this point...
  2. H

    VBA To Select All Visible Rows After Autofilter

    Hi I recorded a macro of running an autofilter and then selecting all the visible rows and deleting. Here is the code it returned: Selection.AutoFilter ActiveSheet.Range("$A$1").CurrentRegion.AutoFilter Field:=21, Criteria1:="500" ActiveSheet.Range("$A$1").CurrentRegion.AutoFilter...
  3. E

    Copy and paste into separate sheet

    Hi all, Can someone help with my code below? I cannot work out why it's not working? The line in bold is highlighted by the debugger. Sub Macro10() ' ' Macro10 Macro ' ' Dim myValue As Variant myValue = InputBox("Enter the confirmed start date below", "Start Date Confirmation")...
  4. L

    Filtering to a specific row and then selecting a specific visible cell using VBA

    Hi all, I have data about the equity products we release everyday. First, I want to filter for producers in my team under "Product Requestors" in Column P: ActiveSheet.Range("$A$1:$AM$77").AutoFilter Field:=36, Criteria1:=Array( _ "John", "Jane", "Jack"), Operator:=xlFilterValuesv...

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