Oct 23, 2003 #1 ajp18 Programmer Jun 13, 2003 57 US Hi, I need to close a specific file or document (*.doc,*.txt,*.ppt) from VB. Thanks in advance
Oct 23, 2003 #2 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT app.activedocument.close where app is whatever app object reference you created before. Do a search for createobject on the forums and you will find more about it if you don't know how to. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
app.activedocument.close where app is whatever app object reference you created before. Do a search for createobject on the forums and you will find more about it if you don't know how to. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com
Oct 23, 2003 Thread starter #3 ajp18 Programmer Jun 13, 2003 57 US I am using ShellExecuteEx API to launch the application. I just would like to close the open application when I unload the form. Thanks Upvote 0 Downvote
I am using ShellExecuteEx API to launch the application. I just would like to close the open application when I unload the form. Thanks