merge and center

  1. A

    VBA for Merge and Center Dates based on condition met.

    I do a LOT of scheduling people at my job. Kronos spits a nasty excel sheet with 1000's of rows and about 40 columns. I've got created enough macros to where it fine tunes it to what you see below BUT I would like to do a few more things to really make it so I can print these schedules for staff...
  2. E

    how to merge cells containing same content

    Hi everyone, I have a dataset in which the top row gives me the days of the year and the cells below contain a formula giving me the name of a promo that covers a certain amount of days. The result is a dataset in which every row has a certain amount of contigous cells containing the same...
  3. K

    Excel VBA Merging Cells

    Yes, I'm aware that merging cells in VBA is not recommended and often a nightmare, however it's a necessity for the workbook I'm working on. Please feel free to slap my hand for merging though haha. I'm looking to merge two cells in a column. It needs to be activecell based and not based on...
  4. S

    Range Selection Limit ---??? - VBA

    So, I am trying to write some simple code to select a specific set of cells to center & merge them. It is quite a large set of cells. When I input the cells in my code, I get an error 400 message. I have narrowed the issue down to everything after the the J column set of the cells selected. But...
  5. M

    Code to Merge across numerous columns

    I have the following code, however I need "Customer Name" to merge and centre across columns B to J instead of appearing in just column B. How do I change the below code to reflect this? Range("B" & Range("B" & Rows.Count).End(xlUp).Row + 3).Select ActiveCell.FormulaR1C1 = "Customer Name"...
  6. R

    Merging Multiple Cells

    Hi, I am working on huge data in which I have Device Names in Column B and its Connecting interfaces in Column C. Column B has single entry against multiple entries in Column C. I want to merge Cells in Column B w.r.t column C cells.automatically. Number Cells/rows are unequal in column C for...
  7. P

    What is the smartest way for this scenario?

    <tbody> AU AU AU AU AU AU AU AU AU AU BD BD BD BD BD BD BD Agents Agents Cash Application Cash Application Collections Collections Credit Application Credit Application Customer Master Customer Master Agents Agents Cash Application Cash Application Collections...

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