A
AdmSteck
Is it possible to code a line that opens a file with the default viewer for
that file type? I can test for the type (.xls, .doc) and use and if or
select case to choose the appropriate .exe to run, but this only works with
the file types that are hard coded in the module. Can I just tell it the
file name and let Windows decide how to open it just like you double clicked
on it in Explorer?
that file type? I can test for the type (.xls, .doc) and use and if or
select case to choose the appropriate .exe to run, but this only works with
the file types that are hard coded in the module. Can I just tell it the
file name and let Windows decide how to open it just like you double clicked
on it in Explorer?