copying worksheets

  1. V

    Macro shortcut, skip blank rows, and saving copy of worksheet

    I was able to get my macro to work with the code below and then I was asked to tweak a little and now I'm having problems again. Assistance on the tweaks to my code is greatly appreciated. The tweaks I am to add: 1) Add a keyboard shortcut. However, when I do this, the macro stops running at...
  2. O

    Copy Excel Files from Source Folder to New Folder

    Hi Guys, First time poster. Need your help. I've got about 500 excel that are in "C:\Test" Folder. I want to generate a macro that: loops through all the files in the folder For each excel file in the folder (1.xlsx,...) copy all worksheets into a new workbook with the same filename as the...
  3. W

    Copying sheets containing named ranges with VBA (Quick Question)

    This should be a fairly simple question, I've already got the code for copying sorted, I'm just curious about several of the named ranges within the sheet and what happens to them when I copy it all over. I'm working from a spreadsheet made by my predecessor and they've got a template sheet...
  4. M

    VBA Copying Multiple Sheets and Renaming using a list

    Hi, I'm trying to set up a macro that copies over 2 tabs (named "Template Summary" & "Template Data") and renames the copied tabs based on a list (the list is on a tab called "Impacts"). The Summary tab is linked to the data tab and as such when they are copied I need the new summary tab to look...
  5. K

    Copying Worksheet 20 times then Rename each Worksheet

    Hello! :confused: I am trying to copy a worksheet about 20 times and then I need to rename each worksheet by a string name. For Example: ActiveSheet.Name = "VOTD Non-EXW" ActiveSheet.Name = "VOTD Non-Pharma" ActiveSheet.Name = "VOTD Pharma" I found the...

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