Thanks Graeme R.
How does this code work please
I have put the Public Const code into my Module called Globals
Have made a Public Sub for this code - Public Sub ExecuteFile(sFileName As String, sAction As String
But I do not know where I put the following cod
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA"
(ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String,
ByVal lpParameters As String, ByVal lpDirectory As String,
ByVal nShowCmd As Long) As Lon
If you can help, it is much appriciate
Thanks Graem