Is it possible to use vba/macro to examine a merged cell on a sheet and determine how many rows/columns have been merged together?
I have a d/l from a MS-SQL db that may have multiple rows for the column headers. The current macro selects the rows (i.e. A1:A4) and merges them. Now I need to do some additional formatting and need to know how many rows have been merged (i.e. above would be 3 rows)
Thanks
I have a d/l from a MS-SQL db that may have multiple rows for the column headers. The current macro selects the rows (i.e. A1:A4) and merges them. Now I need to do some additional formatting and need to know how many rows have been merged (i.e. above would be 3 rows)
Thanks