worksheets

  1. J

    Hide headings in all worksheets

    No doubt this has been covered before is there a VBA to hide the headings in all worksheets Thanks everyone Regards Jason Bing
  2. N

    How to split multiple worksheets of data by column value and output to separate files?

    I have an Excel 2010 workbook (let's call it 'Master') with many worksheets, whatever name. Each worksheet has data structured as shown below. One of the columns has an identifier, such as a supplier code. Both sheets on the Master are sorted on Column1_header. Note: The actual structure is...
  3. J

    VBA - Cycle Through All Worksheets, Get Unique Values

    Hi guys I am trying to cycle through all the worksheets in my workbook and copying all the unique values from Column C into a new worksheet. Is there a way to get a macro to do that instead, and then paste it in a new worksheet so that: - the other worksheet name is in the header and, -...
  4. A

    Merging specific worksheets

    So, I have a code that combines ALL worksheets and puts them in a combined worksheet. I just want to combine specific worksheets called 'US Data' and 'Canada Data' and not combine the rest of the worksheets I need to add - this is the code I have, do I need a new code or.... ? Any help would be...
  5. L

    VBA Copy specific sheets to new workbook and paste as values

    Hello I'm looking to copy specific worksheets to another workbook. My method below works but the final sheet "Chart data" I would like to just be values rather than keeping the formulas. Note that the other worksheets being copied are charts and all drive from the chart data sheet. Sub...
  6. jlwalker63

    Print data from two worksheets onto one page

    Hi. I have a file with data on two separate worksheets. They need to stay on separate worksheets. But I need to print both worksheets on a single page, without scaling either. They're not large, they will both fit onto a single sheet without scaling. I did an internet search, my friend...
  7. P

    Dashboard for data on multiple worksheets

    I have a file with multiple worksheets. Each worksheet has the same format, and each column shares a lot of the same data. Each worksheet is for a project that my team and I work on. What I would like to do is create a Dashboard for each team member which would show the tasks they are assigned...
  8. T

    VBA to Lock all Cells in all Worksheets

    Hi All I have an excel workbook with around 6 worksheets, when the final user presses a button I want all the cells in every workbook to be formatted to "Locked" and then every worksheet locked with a password. Basically once the final user signs it off the workbook can no longer be edited...
  9. D

    Worksheet name from list

    Hi, help please with creating worksheets in a workbook Im using Excel 2016 I have a VB to create new worksheets based on a list of names on a summary sheet but I would like the new worksheets to be to set layout including column widths, formats and formula. Is the easiest way to do this to...
  10. K0st4din

    Select specific worksheets and save to a new workbook

    Hello friends, I searched a lot on the internet and found countless similar solutions, but not exactly what I was looking for. I ask for your assistance. I have a workbook with 38 worksheets. I made myself a UserForm1 in which I inserted 28 worksheets with their names. These names are with...
  11. C

    Compile list from multiple worksheets

    I have multiple worksheets with item names in column A and their corresponding colours in column B, of each worksheet. Each sheet may often have different item names in column A, same names but different colours and their positions may change based on their ranking. I want to compile a list of...
  12. N

    How To VBA Code To All Worksheets?

    I am using this code. Sub CleanUp() With ActiveSheet.UsedRange .Value = Evaluate("if({1},trim(clean(substitute(" & .Address & ",char(160),"" ""))))") End With ActiveSheet.UsedRange End Sub How can I apply it to all worksheets in the active workbook? If there is ever an error...
  13. C

    Create database and league table based on products from multiple worksheets

    I have a document with worksheets named WK01 to WK52. Each week I want to paste a series of data in to these worksheets. The layout and format will be exactly the same each time. Only the data will change. In column E of the week worksheets there will be a name of a product, column F the...
  14. Weeble

    Merge "duplicate" tables different workbooks

    I have two different workbooks that has identical table headers. It's used for timesheet registration but I have 2 computers set up so people don't have to be in line. I've created a connection between the 2 workbooks so I can pull the tables to a "Master" workbook. I've manged to get the two...
  15. N

    Combine Multiple Worksheets

    I have 1 workbook with 8 worksheets. All worksheets are set up in the same format using columns A - Y. Is there any way that I can easily combine all worksheets into 1? On the new worksheet in column A I'd like the name of the orginal worksheet and the actual data to be from coumn B - Z. Thank...
  16. H

    Sum the same cell in all worksheets

    Hi is there a way besides using .Formula to say sum all the B6's on the worksheets in a workbook expect for sheet1, and put the results in B6 on sheet1?
  17. W

    Link to Onedrive

    My company has a xls file on a onedrive folder. How can I link a worksheet to one of the worksheets in that workbook so it always is up to date? -Eds
  18. N

    Renaming worksheets using a cell references which can work with Mass update

    Hi, can you please help me with this. thank you I have 21 worksheets I will refer to all my worksheets by codename Cells A2 through A21 of Sheet1 contains a list of PO Numbers. I want worksheets 2 through 21 to be renamed based on sheet1 cells A2 through A21. example : if Sheet1, Cell...
  19. T

    Worksheets - Automatic Resizing

    Good Morning I need to understand how to write macros to automatically resize worksheets to display the same on all computer screen sizes. theamateur1939
  20. B

    Linking worksheets

    I'm attempting to link worksheets using ='worksheetname'$A$1. I'm getting that reference in the cell I'm linking and not the actual value in the cell I'm attempting to link. Thoughts please.

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