sheetssheet1.cellsi

  1. D

    Workbook sheets to compare values in columns and not copy with code if present

    Thanks so much to all for the help with a value to stop one workbook from copying same info again. This workbook needs the opposite. I need to loop through after the conditions are met and if PR is found, skip and go to next. Here is what I have: Sub Workie1() Dim LastRow, SecondRow As...
  2. A

    Cannot Delete Entire Row using For Loop

    Hi Mr Excel Fans, can you kindly help me with this code below: it will not delete the entire row when Column U contains data called "FREE", how ever it will change the colour of it ' Will not delete the entire row if data matched in column U For i = 6 To LastRowFind If...
  3. D

    Tidy up VBA Code

    Hi All, I've got a piece of VBA that I've developed that works perfectly fine apart from being slow why has to work on a lot of data at once. I know there will be a way to tidy this up and make it smaller however its out of my skill range at the moment. I would greatly appreciate anyone who...
  4. D

    VBA Help

    Hi Guys, Could you assist me with the below please, I want to just copy rows A:F when column A contains the word SSN. at the moment it copys the entire row, cannot figure this one out. Private Sub Workbook_Open2() Dim i, LastRow LastRow = Sheets("Sheet1").Range("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