Hi all,
i don't even know how to start explaining this...
let's see...i'd like to make a exe that loads a vbs or a txt or any kind of file containing vb code
VB Code:
Private Sub callMe() MsgBox "U called the private sub callMe", vbInformation End Sub
For exemple if i had that code in a txt, after loading it the program should exec or call that sub.
I'm lost in here :sick:
