T
Tom
I have this code in a macro that worked in 2003, I think it was copied from a
recorded macro.
ActiveWindow.Selection.SlideRange.Shapes _
.AddPicture(FileName:=PhotoName, _
LinkToFile:=msoTrue, _
SaveWithDocument:=msoFalse, _
Left:=0, _
Top:=0, _
Width:=720, _
Height:=540).Select
This fails with 2007 with "Shape (unknown member) : Invalid request. To
select a shape, its view must be active."
The document is linked into the presentation even with the error.
How can I rewrite this statement.
Thanks
Tom
recorded macro.
ActiveWindow.Selection.SlideRange.Shapes _
.AddPicture(FileName:=PhotoName, _
LinkToFile:=msoTrue, _
SaveWithDocument:=msoFalse, _
Left:=0, _
Top:=0, _
Width:=720, _
Height:=540).Select
This fails with 2007 with "Shape (unknown member) : Invalid request. To
select a shape, its view must be active."
The document is linked into the presentation even with the error.
How can I rewrite this statement.
Thanks
Tom