This should error|:
'Store cell text into a variable
ShpTxt = tbl.Cell(i, j).Shape.TextFrame.TextRange
ShpTxt is declared as a TEXTRANGE OBJECT
SO
'Store cell text into a variable
Set ShpTxt = tbl.Cell(i, j).Shape.TextFrame.TextRange
This should error|:
'Store cell text into a variable
ShpTxt = tbl.Cell(i, j).Shape.TextFrame.TextRange
ShpTxt is declared as a TEXTRANGE OBJECT
SO
'Store cell text into a variable
Set ShpTxt = tbl.Cell(i, j).Shape.TextFrame.TextRange
John Wilson
Microsoft PowerPoint MVP
Amazing Free PowerPoint Tutorials
http://www.pptalchemy.co.uk/powerpoi...tutorials.html