Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There are hidden members you can access in the built-in VBA IDE by
- Right click in Object Browser > Show Hidden Members
Is it possible to access these members from an external IDE such as Visual Studio?
Specifically, I'd like to start a global transaction
TransactionManager.StartGlobalTransaction
to take advantage of its optimizations (compared to regular transactions)
TransactionManager.StartTransaction
Solved! Go to Solution.