From: Flemming on
Simple... solved it without ungrouping - i got the height property to
work... can't tell why it didn't work before, but now it does.


"Flemming" <dont(a)spam.me> wrote in message
news:OGLVQMn8KHA.4648(a)TK2MSFTNGP04.phx.gbl...
> Hi,
>
> I have a grouped shape consisting of a msoAutoShape and a msoTextBox.
>
> I can write in the textbox using GroupItems(2).TextFrame.TextRange.Text -
> fine.
>
> Now I need to resize the textbox without resizing the AutoShape... it
> seems to me that I need to ungroup, resize and group again.
>
> I've tryed to find some code to do this in office 2003 but without any
> luck.
>
> Can you help with a rutine to do this?
>
> /Flemming
>