waytech2003
Programmer
I need to open a picture for Editing (jpg).
I have tried this, but it opens a viewer and I want an editor. Any ideas?
I have tried this, but it opens a viewer and I want an editor. Any ideas?
Code:
Public Function OpenDocument(DocumentWithPath As String) As Long
OpenDocument = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & DocumentWithPath, vbNormalFocus)
End Function