D
David Hunt
I'm trying to open a custom help file I've writting
progrmatically in a module.
Sub Help_GO_Click()
Dim RetVal
RetVal = Shell("I:help.chm", 1)
Help_GO_Click_Exit:
Exit Sub
Help_GO_Click_Err:
MsgBox Error$
Resume Help_GO_Click_Exit
End Sub
It won't work because it's not an executable. I could
really use some direction here. It's not an executable
and I'm having trouble gettting around this.
David
progrmatically in a module.
Sub Help_GO_Click()
Dim RetVal
RetVal = Shell("I:help.chm", 1)
Help_GO_Click_Exit:
Exit Sub
Help_GO_Click_Err:
MsgBox Error$
Resume Help_GO_Click_Exit
End Sub
It won't work because it's not an executable. I could
really use some direction here. It's not an executable
and I'm having trouble gettting around this.
David