C
Christian Hansen
Hi,
I am afcing a strange problem: In a certain presentation I am not able to
change the names of some shape, like textboxes. This problem exists then for
alle shapes on a slide. On other slides it work perfectly, again for all
shapes.
To cahnge the name I select the shape an run a makro:
ActiveWindow.Selection.ShapeRange(1).Name="test23"
If I then read the name by
?ActiveWindow.Selection.ShapeRange(1).Name
the correct name is shown. But after saving, closing and opening again, the
shape has its original name again...
Ideas??
Thanks,
Christian
I am afcing a strange problem: In a certain presentation I am not able to
change the names of some shape, like textboxes. This problem exists then for
alle shapes on a slide. On other slides it work perfectly, again for all
shapes.
To cahnge the name I select the shape an run a makro:
ActiveWindow.Selection.ShapeRange(1).Name="test23"
If I then read the name by
?ActiveWindow.Selection.ShapeRange(1).Name
the correct name is shown. But after saving, closing and opening again, the
shape has its original name again...
Ideas??
Thanks,
Christian