Apr 23, 2001 #1 Denaeghel Programmer Joined Apr 23, 2001 Messages 61 Location BE How can I open automatically an existing Office-document with my VB-Program.
Apr 23, 2001 1 #2 Alt255 Programmer Joined May 14, 1999 Messages 1,846 Location US You will have to open the document with the associated application. Search MSDN for an example of the ShellExecute function. Alt255@Vorpalcom.Intranets.com Upvote 0 Downvote
You will have to open the document with the associated application. Search MSDN for an example of the ShellExecute function. Alt255@Vorpalcom.Intranets.com
Apr 24, 2001 Thread starter #3 Denaeghel Programmer Joined Apr 23, 2001 Messages 61 Location BE Thanks, it works Upvote 0 Downvote