M
Merighi
Im' trying to add a textbox to a word document with this code:
appWord.ActiveDocument.Shapes.AddTextbox(myOrientation,10,567,50,156,ref
falseObject).Select(ref falseObject);
appWord.Selection.ShapeRange.TextFrame.TextRange.Select();
.....
but the debugging tool reports a "type mismatch" error..
anyone could help me?
Thanks
Francesca Merighi
appWord.ActiveDocument.Shapes.AddTextbox(myOrientation,10,567,50,156,ref
falseObject).Select(ref falseObject);
appWord.Selection.ShapeRange.TextFrame.TextRange.Select();
.....
but the debugging tool reports a "type mismatch" error..
anyone could help me?
Thanks
Francesca Merighi