move sheets

  1. larinda4

    VBA: Work Around for moving from one sheet to another based on cell value?

    Hi guys! You've helped me so much in the past, I'm hoping you can help me again. I get a large data dump I have to do once a month but I have some formatting and moving around I need to do. (Lots of sorting, moving, resorting, etc.) I use a vlookup multiple times to pull in data from another...
  2. M

    Macro to move sheet to another workbook if sheet name is equal to specified cell value

    This one is a little complex and I am in way over my head on this one, but have come too far to turn back now. What I have is... On workbook "1" I have tabs named for the inspectors and their order numbers are in column A. Then in workbook "2" each tab contains order details and is named with...
  3. D

    Copy multiple sheets to a new workbook and then save

    Hi, I'd like to move several sheets to a new workbook and then save the new file. This is what I have so far: Sheets(2).Select For j = 2 To ThisWorkbook.Sheets.Count Sheets(j).Select Replace:=False Next j ***Open new workbook and move active sheets*** ActiveWorkbook.SaveAs...

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