Skip to content

sancarn/VBProjectHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple VBProject hack

This project contains a simple mechanism which always ensures VBProject is available.

Usage

The project exposes a class. When the class initialises it will set VBProject extensibility mode to true. When the class de-initialises it will reset the VBProject extensibility.

Sub doSomething()
    With new VBProjectHack
        'Do work...
        Debug.Print ThisWorkbook.VBProject.Name
    End with
End Sub

About

Ensure VBE is extensible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages