merge cell vba

  1. K

    VBA Merge cells in range

    Hi all, I am trying to merge cells using macro, but it works quite oddly and I cannot pick the mistake in code. Code: Sub testee() Application.DisplayAlerts = False Dim rng As Range MergeCells: For Each rng In Selection If rng.Value = rng.Offset(1, 0).Value...
  2. L

    Search tables and extract explicit string/data by using VBA

    Hello folks, I am desperate to scan the tables via Vba and determine specific values. I have a master table (first table) that is automatically generated in a sheet every day. This table should be compared with the table on the left (here as an example below) and the data from the master...
  3. A

    How to Merge Rows Based on Cell Value While Keeping Unique Values and Keeping One of Each Repeated Value

    Hello, I have a workbook that contains classes a person must take based on their roles in a system (job duties). Because each roles requires certain classes and all of the roles have repeated classes, I would like to combine the rows based on the user while keeping all unique values and keeping...
  4. L

    Excel formula or VBA to paste list of data from reference worksheet if specific text is selected in data worksheet

    Hi, hoping someone can help as I cannot find a solution at all. I have a workbook with two sheets. One is the active data sheet (sheet 1), the other is a reference / list (sheet 2). Sheet 2 details across the columns (C:E) the 'Types', and below each type, lists the Tasks for that type (used...
  5. H

    Merging cells on value based

    can anyone help me on following problem, i highlighted rows with conditional formatting, any row with date on sunday is highlighted, i want excel to merge cells C,D & E on sunday,plus show "Sunday" in highlighted cells as well. Please help.

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