Pepitoh / VBad

VBA Obfuscation Tools combined with an MS office document generator
MIT License
531 stars 129 forks source link

Ambiguous name detected #26

Closed bkr32 closed 7 years ago

bkr32 commented 7 years ago

when trying to enable macros in the generated files i get the error "compilation error Ambiguous name detected" also how should i structure my vba script, when using my current vba (to obscure) i get the error "The trigger function name Test has not been found in the vba, triggering point cannot be set"

thanks

Pepitoh commented 7 years ago

Hi,

Sorry for the delay.

Everything is explain on the readme, did you check ? you need to indicate to VBad the name of the function you want to trigger. In your case, you did not change from the example and the function name is "Test". You should adjust to fit your needs.

Pepitoh

bkr32 commented 7 years ago

i was able to get it to work, thanks for the great tool sorry i forgot to close the issue