Hi,
I have a spreadsheet that for some unknown reason certain users love merging cells. We're in the process of stamping out that practice, but in the meantime as part of an import and VLOOKUP I need to be able to removed the merged calls.
The cells are G and H on the sheet and contain suburbs eg: [G: CENTRAL - LEICHHARDT -] [H: MERRYLANDS]
I am able to use VBA to identify the cells to the user but the process takes awhile to run. Is there any way to simply run a process so that it identifies a merged cell, unmerges it and replaces the values as below
[G: CENTRAL via LEICHHARDT] [H: MERRYLANDS]
(obviously the letter at the start represents the cell the value is in).
I'm new to Excel VBA so would appreciate any support.
Cheers
I have a spreadsheet that for some unknown reason certain users love merging cells. We're in the process of stamping out that practice, but in the meantime as part of an import and VLOOKUP I need to be able to removed the merged calls.
The cells are G and H on the sheet and contain suburbs eg: [G: CENTRAL - LEICHHARDT -] [H: MERRYLANDS]
I am able to use VBA to identify the cells to the user but the process takes awhile to run. Is there any way to simply run a process so that it identifies a merged cell, unmerges it and replaces the values as below
[G: CENTRAL via LEICHHARDT] [H: MERRYLANDS]
(obviously the letter at the start represents the cell the value is in).
I'm new to Excel VBA so would appreciate any support.
Cheers