Link to home
Start Free TrialLog in
Avatar of Mutsop
MutsopFlag for Belgium

asked on

vb.net automation - process powerpoint stays open

Hi,

So I use automation to input clientdata in a powerpoint.
Now I have 2 main functions:

1- I open powerpoint and input client data automatically and let the user modify the file if necessary
2- I open powerpoint and input client data automatically, pdf it and close the file using vb.net code.

With option 1 I have the problem that the process of powerpoint wouldn't close when saving the file after modification. Which in option 2 is possible using the "Close()" function.

Should I do something about it? If so, how am I able to solve this issue?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mutsop

ASKER

it works thx