P
Prasanth
Hi all,
My VBA applications problem is,
VBA application open an powerpoint file then
update the link with updatelink command.then
open each ole linked word objects using
ppt.ActiveWindow.View.GotoSlide oSld.SlideIndex
oShp.Select
oShp.OLEFormat.DoVerb Index:=2
each of the embedded word object is opened correcly and my
Vba code capture that word document and refresh and close
that word object.
The above step repeat for about 14 objects.
The problem is that in my application it works fine.
But in the client site it was work for about three or more
embedded object.After that produces an error
"OLEFormat (unknown member) : Invalid request. Could not
activate OLE object.Microsoft PowerPoint 2002 -2147188160 "
I check my code,did't find any problem.
Anyone please help me to avoid this problem is a great
help.
Note :The whole operation is very time consuming.
Its very urgent,please replay.
Thanks
Pt
My VBA applications problem is,
VBA application open an powerpoint file then
update the link with updatelink command.then
open each ole linked word objects using
ppt.ActiveWindow.View.GotoSlide oSld.SlideIndex
oShp.Select
oShp.OLEFormat.DoVerb Index:=2
each of the embedded word object is opened correcly and my
Vba code capture that word document and refresh and close
that word object.
The above step repeat for about 14 objects.
The problem is that in my application it works fine.
But in the client site it was work for about three or more
embedded object.After that produces an error
"OLEFormat (unknown member) : Invalid request. Could not
activate OLE object.Microsoft PowerPoint 2002 -2147188160 "
I check my code,did't find any problem.
Anyone please help me to avoid this problem is a great
help.
Note :The whole operation is very time consuming.
Its very urgent,please replay.
Thanks
Pt