VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VBLanguageMacro

PJK  (1 Submission)   Windows API Call/Explanation   VB Script   Advanced   Wed 3rd February 2021

Check and/or Execute UserDefined Visual Basic Code with just four lines of Code and one API function.

Assumes
When running the App in any other version of VB than VB6, change the API Declaration "vba6.dll" to "vba5.dll" etc... the number should be the version you're using.

API Declarations
Undocumented VB Function
Private Declare Function EbExecuteLine Lib "vba6.dll" (ByVal pStringToExec As Long, _
ByVal Unknownn1 As Long, ByVal Unknownn2 As Long, ByVal fCheckOnly As Long) As Long

Rate VBLanguageMacro (3(3 Vote))

Download VBLanguageMacro

VBLanguageMacro Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters