add sheets

  1. T

    New Sheet with automatic naming & easy file navigation

    Hi all, I would like to have an excel file where I can easily navigate through the sheets. I have sheets for each week, but when I need an extra week, I would like to add a next sheet with one click. A macro is required for that. When that macro adds a new sheet, I would like the macro to...
  2. J

    Need to make more than 10 sheets

    I am running this code in another set of code. I am tring to check for all the sheets that have the same name and then see what the last number is and add 1 to the sheet number. but when it gets to sheet number 10 it wont add 1 to mane it "sheet name - 11" how do I fix this.. Const BASE_NAME...
  3. M

    Automatically generate new sheets to existing work log

    I have a work log that is running out of sheets. I need to generate new sheets with the existing template. I also have a table at the beginning of the workbook that hyperlinks to the numbered sheet. I'm sure there is a faster way to accomplish these tasks. Please help!
  4. J

    Adding new sheet with VBA code included

    Hi all. I have a code that is working as expected, but I need it on every new sheet that is added via VBA The code I need added to every new sheet is: Private Sub Worksheet_SelectionChange(ByVal Target As Range) If CheckBox1.Value = False Then Exit Sub If (Target.Column <> 5) Then Exit Sub If...
  5. S

    Add n sheets with a "For cycle" and name them using the name ina range

    Hallo guys, -Windows XP -Excel 2010 I need to add 3 new spreadsheets giving them a name taken from a range in another sheet. I used the code below, but after that excel creates the first new spreadsheet with the correct name, it creates the second sheet with the generic name (ex. Sheet17) and...

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