Is there any way to reference a merged cell range in VBA. I have cells B26:L29 merged and I'm looking for a way to reference these so that if rows 'above' the range are deleted, the code will still reconise the range, e.g. if rows 10 to 15 are deleted, the merged cells will then appear as B20:L23.
Can this be done using a named range or is it simply not possible to do this? (sample attached).
Bookmarks