Skip to content

Latest commit

 

History

History
 
 

func_pointers_1.0.4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BrickMod

Made by FireHacker on Russian forums.

This code requires vba6.dll which is not supplied with Office. It comes with the VB6 IDE and I'm uncertain whether this would even work in VBA. If it does, then the DLL has some fairly amazing capabilities! This particular project enumerates the executing VBProject and harvests all callable functions by enumerating the VBProject's type library.

Other coolness with vba6.dll

Allows you to execute code as if it were written in the immediate window!