Have you ever needed to open a file with your VB program?
Here's a way to easily do it. (code copied from an original program written by Mike B)
If the program that uses the file is installed on your workstation, the file will be opened in that application.
I use this a lot in many programs.
:)
Mike