new sheet in a workbook

  1. C

    Copy sheet, values only, naming with today's date

    I am trying to copy an entire sheet, pasting only the values and renaming the new sheet to the current date. This code allows me to input the date manually, but it copies formatting and the formulas too. Sub AddNameNewSheet1() Dim Newname As String Newname = InputBox("Name for new...
  2. J

    Add New Sheets with Name from a Range

    Hi, Looking for some help on the below code. Instead of adding just a new sheet Set (ws = y.Sheets.Add) (Sheet1, Sheet2...) I need to create the new sheet with a name from a specific range. The range is the adjacent cells/column from "E2:E33" Sub CopyData() Application.ScreenUpdating =...
  3. C

    Create new sheet on a specific tab

    Hi, This code combines all of the worksheets in a workbook and creates a summary sheet. It works fine but the summary sheet winds up in the middle (sort of) of the other tabs. Not only don't I know why it winds up there, I can't quite figure out how to place the new sheet on a particular tab...

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