G
Guest
I have a series of XLS files which I need to embed into a PowerPoint
presentation on an IIS server. I’ll be using VB.NET. I’ve tried using an
ASPOSE.PowerPoint control to do this and it does partially work. The problem
is that when I embed the XLS files PowerPoint is not running and has no way
of capturing the XLS image and embedding it into the PPT. When the user
opens the PPT they are presented with hundreds of “Object Changed†messages
in red text. They must double-click on each so PowerPoint can get an image
of the XLS to embed within the PPT. I have developed a macro which will
automate the clicking process but PowerPoint does not support autorun macros
(without installing an add-in which the client does not want) and the client
is insistent that this can be done on the server and they should not have to
run the macro. This led to me creating a VB.NET application to open the PPT
and run the macro. I can call it from the command prompt, pass in a PPT file
name and it opens the PPT and runs the macro. When I try running the exe
from my web site I get a JIT error. I’ve presented this to the forum but
have no resolution. So I’m now I’m looking for other ways of embedding the
XLS files within the PPT.
Thanks so much.
presentation on an IIS server. I’ll be using VB.NET. I’ve tried using an
ASPOSE.PowerPoint control to do this and it does partially work. The problem
is that when I embed the XLS files PowerPoint is not running and has no way
of capturing the XLS image and embedding it into the PPT. When the user
opens the PPT they are presented with hundreds of “Object Changed†messages
in red text. They must double-click on each so PowerPoint can get an image
of the XLS to embed within the PPT. I have developed a macro which will
automate the clicking process but PowerPoint does not support autorun macros
(without installing an add-in which the client does not want) and the client
is insistent that this can be done on the server and they should not have to
run the macro. This led to me creating a VB.NET application to open the PPT
and run the macro. I can call it from the command prompt, pass in a PPT file
name and it opens the PPT and runs the macro. When I try running the exe
from my web site I get a JIT error. I’ve presented this to the forum but
have no resolution. So I’m now I’m looking for other ways of embedding the
XLS files within the PPT.
Thanks so much.