Sten Schmidt (Talk | contribs) |
Sten Schmidt (Talk | contribs) (→remove) |
||
(2 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
===== Configure the access application ===== | ===== Configure the access application ===== | ||
====== activate ====== | ====== activate ====== | ||
- | Input values | + | Input values to the Debug-Window: <code>CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject</code> |
Result: | Result: | ||
- | * references to AccUnit and SimplyVBUnit will be | + | * references to AccUnit and SimplyVBUnit will be activated |
* the HelperClass ''TestSuiteStarter'' and the Module ''_AccUnitObjects'' will be created | * the HelperClass ''TestSuiteStarter'' and the Module ''_AccUnitObjects'' will be created | ||
====== remove ====== | ====== remove ====== | ||
- | + | Input values to the Debug-Window: <code>CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject</code> |
Contents |
(is not recommended)
The following comments are not required for use with the Add-In.
Input values to the Debug-Window: CreateObject("AccUnit.Configurator").Init VBE.ActiveVBProject
Result:
Input values to the Debug-Window: CreateObject("AccUnit.Configurator").Remove VBE.ActiveVBProject