Resize PowerPoint table cells

B

Barb Reinhardt

I'm trying to programmatically resize some powerpoint table cells and am
having limited success.

I'm doing something like this

myShape.table.cell(i,j).shape.width = 400 'or whatever I want

FWIW, columns 5-8 have been merged.

What am I missing?
 
Top