S
Steven Knight
Hi there,
I have this line of code which tries to take the textual contet of a
textbox and put it into a variable:
StrTxt = aslide.Shapes(i).TextFrame.TextRange.Text
This works fine on PPT 2003 but chokes on XP.
Does anyone know why and perhaps even how to solve?
Regards
Steven
I have this line of code which tries to take the textual contet of a
textbox and put it into a variable:
StrTxt = aslide.Shapes(i).TextFrame.TextRange.Text
This works fine on PPT 2003 but chokes on XP.
Does anyone know why and perhaps even how to solve?
Regards
Steven