Private Sub Command5_Click( )
Dim TaskId As Variant
TaskId = Shell("[C:\Documents and Settings\daveh\ My Documents\1011. pdf]")
End Sub
For some reason this code is not working i have checked the path name several times and it is correct, Any thoghts. Thanks in advance.
Dim TaskId As Variant
TaskId = Shell("[C:\Documents and Settings\daveh\ My Documents\1011. pdf]")
End Sub
For some reason this code is not working i have checked the path name several times and it is correct, Any thoghts. Thanks in advance.
Comment