vba powerpoint merge cells in loop
问题 I'm trying to put together some code that merges cells where there is duplicate content in the row above. The code works, but once I get to the third row, I get an error that says: Cell (unknown number): Invalid Request. Cannot merge cells of different sizes. When I go back to the UI, I can perform the merge manually, so I don'be believe that the cells are different sizes. So I am thinking it is a problem with my code or a limitation of the VBA .Merge method? Code is below Sub