K
Ken Wan
Hi,
When a table containing merged cells, the follwing code will causing
run-time error at the line start For loop.
If the cells are merged horizontally:
For Each aCol In objTable.Columns
processOneColumn aCol
Next
If the cells are merged vertically:
For Each aRow In objTable.Columns
processOneRow aRow
Next
How should I handle these situations?
Any suggestion will be greatly appreciated.
Ken
When a table containing merged cells, the follwing code will causing
run-time error at the line start For loop.
If the cells are merged horizontally:
For Each aCol In objTable.Columns
processOneColumn aCol
Next
If the cells are merged vertically:
For Each aRow In objTable.Columns
processOneRow aRow
Next
How should I handle these situations?
Any suggestion will be greatly appreciated.
Ken