split worksheets

  1. R

    VBA: Split out Worksheets to individual Workbooks

    I have a workbook that has 14 worksheets. I'm looking for some code that will split these worksheets out into individual workbooks while retaining formatting. I did find some code that does essentially what I am looking for: Sub Splitbook() 'Updateby20140612 Dim xPath As String xPath =...
  2. N

    Split Rows to New Worksheets when every times the cell = Date

    I have a data in one worksheet like this, is it possible to search with the title to split the rows to new worksheets? <tbody> Date Name Value 1/4/2018 N001 20 2/4/2018 N002 10   N123 44 3/4/2018 N123 20 5/4/2018 N563 12 6/4/2018 N215 9       Date Name Value 1/4/2018 N001 20...
  3. D

    VBA - How to split one worksheet containing small datasets into multiple worksheets

    Hi I have a worksheet containing several small datasets, example below: <tbody> Claim_number Model Name Value zyx a b 1 pol c d 2 </tbody> <tbody> Claim_number Model Address Value qwe e ab 1 asd f cd 2 zzd g ef 3 </tbody> <tbody> Claim_number Model Address Value oko h gh 1...
  4. F

    Split worksheets by number of rows...

    I had found some brilliant code at: http://www.mrexcel.com/forum/showthread.php?t=396069 The problem with this code is that I end up with hundreds of worksheets. I'm wondering if it could be modified according to my need or if there is an easier way to accomplish my need. Rather than using...

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