unmerge

  1. Y

    Merge/Unmerge Cells in a Protected Sheet

    Hello everyone, I have an excel sheet where I have some cells protected, unfortunately I can't merge/unmerge cells while the sheet is protected. So, I have written this VBA code Sub MergeCells() Application.ScreenUpdating = False ActiveSheet.Unprotect "Password" Selection.Merge...
  2. J

    VBA: Unmerge cells

    Want to write VBA code to delete all content in the range A1:I1000 and at the same time unmerge any cells in the same range (A1:I1000).
  3. K

    Merge cells data convert into unmerge form

    Dear Experts, Can anyone explain, how can we change merge cells into unmerge form with exact data cell to cell. Moreover, Please note my attachment is not showing image here when i am attaching. Looking forward for your kind response, Best Regard, Kamran
  4. C

    For Each Loop VBA Code Running Very Slow

    HI I got the following code from a forum a while back. It finds merged cells, un merges them and fills in the cell value. [CODE][Sub UnMergeFill() Dim cell As Range, joinedCells As Range For Each cell In ThisWorkbook.ActiveSheet.UsedRange If cell.MergeCells Then Set joinedCells...
  5. H

    UnMerge Columns

    Hi, I'm importing a large data file into excel and columns A&B are merged. I tried to record a Macro to unmerge and delete column B, but i got an error because it was "too large". Can anyone help me out with a simple macro that would unmerge columns A&B starting at row 7 and then delete...
  6. B

    Merge and Unmerge Cells

    Morning all, I want to know the vba code to merge and unmerge cells. The following table is the information I have. <tbody> </tbody> Dropdown List <tbody> Code Name Code No Code Rate Total Amount Drop Down List AB | 02 | 0.10% AC | 05 | 0.013% AF | 15...
  7. M

    Unmerging cells - text

    I have a merged cell with a single line of text in it going for example from A1:A10. I would like to unmerge these cells but have that line of text populate each cell. Otherwise we have to unmerge/copy/paste over and over again. is there a way to do this? the below is what I would want it to...
  8. P

    UnMerge Cells inside a For... Next Loop

    Hi group, I'm having some problems with a For/Next loop that has a "UnMerge" inside it. After the copy and paste is completed, the routine stops and doesn't complete the "Next" portion of the loop. Are they any thoughts as to why? What should I do to fix this? Here is the code I'm using...
  9. T

    Values repopulate after an umerge operation, possible?

    Hi, First time poster here and I was hoping someone could explain the apparent anomaly I'm currently experiencing. The Background. We have blackbox program that reads a user defined Excel (office 2010 Excel v14) range and converts it to XML and displays it in Word(2010). While the import...
  10. T

    Unmerge a range of cells...small tweek needed please.

    I have a worksheet with a population of merged and unmerged cells. I will simply like to left-click ("paint") a range of cells (mixture of merged and unmerged) and unmerge the merged ones. Thank you in advance for your help. It is always much appreciated.
  11. G

    Range HELP

    I have a previously written macro for an old sheet that i would like to use. Unfortunatley i have to take a new worksheet given to me and Unmerge Columns a and b starting with cell 3 of the active cells on the sheet and then copy Columns C and D and paste them in column B. Then i can run the...
  12. M

    Filtering across merged cells

    Hi there, I have exported a report to Excel from a BI tool called ZAP. Unfortunately the cells in the columns are merged by group eg. salesperson, product, country. I need to be able to filter by each of the columns - the only way i can think of is to unmerge and copy the information to...
  13. M

    Filtering across merged cells

    Hi there, I have exported a report to Excel from a BI tool called ZAP. Unfortunately the cells in the columns are merged by group eg. salesperson, product, country. I need to be able to filter by each of the columns - the only way i can think of is to unmerge and copy the information to...
  14. SimonHughes

    Unmerge command too large

    Hello, I download numerous reports which have merged cells and I have written a macro (in Excel not VBA) which selects the entire sheet and unmerges. However, it often (not always) gives an error saying command too large. The reports are different from each other in column and row quantity so...
  15. R

    Working with Merged Cells

    I've read all about how merged cells are the devil and no one should use them, but unfortunately someone more important than I am has decided that merged cells are prettier, and therefore are necessary. Hence: my problem. I hope I can explain this without confusing myself/everyone...oy. Here it...
  16. C

    Unmerge, then copying to blank cells

    I have about 30,000 rows of data with merged cells. I have unmerged all of the cells to create a pivot table, and have many resulting blank cells. I need any easy way to copy data from the populated cells down to the blank cells, on a large scale since 30,000 rows. Example: copy data from...

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