A
andreas
Dear Experts:
I got a table macro that applies some specific formatting to the
selected table. If the macro hits vertically merged cells I get an
error message showing "5991" as error number. But then some formatting
has already been applied.
So what I would like to get is a code snippet that before the actual
table macro is executed...
....first loops through all rows and columns of a selected table,
....detects whether there are vertically merged cells and
.... in case there are any, exits the sub before the actual table macro
is executed.
I hope I have made myself clear.
Any help would me much appreciated.
Thank you very much in advance.
Regards, Andreas
I got a table macro that applies some specific formatting to the
selected table. If the macro hits vertically merged cells I get an
error message showing "5991" as error number. But then some formatting
has already been applied.
So what I would like to get is a code snippet that before the actual
table macro is executed...
....first loops through all rows and columns of a selected table,
....detects whether there are vertically merged cells and
.... in case there are any, exits the sub before the actual table macro
is executed.
I hope I have made myself clear.
Any help would me much appreciated.
Thank you very much in advance.
Regards, Andreas