Hello I have a form which has a textbox called txtFilePath
txtFilePath contains the Path, including extension of a file name.
I would like to have a button which opens the file.
I have tried the hyperlink method, and whilst this works OK, it often throws up security warnings.
Could someone recommend some vba which will launch these files without the security warnings - preferable using the default program for the file extension.
Many thanks Mark
txtFilePath contains the Path, including extension of a file name.
I would like to have a button which opens the file.
I have tried the hyperlink method, and whilst this works OK, it often throws up security warnings.
Could someone recommend some vba which will launch these files without the security warnings - preferable using the default program for the file extension.
Many thanks Mark