-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > Automation and VBA > ImportFilter – Debugger > Reply To: ImportFilter – Debugger
September 14, 2007 at 1:45 am
#8646
Bernhard Kantz
Participant
If an import filter is to be available in all databases of one user or to all users in general, it is recommended that you implement it in the personal or global template database and to register it in the procedure AutoExec, which is executed automatically when the template database is loaded. De-registration can then be handled by the AutoExit procedure (see also auto-macros).
Don’t forget to add the references (Microsoft Scripting Runtime, Microsoft Windows Common Controls).
It’s possible that FlexPro invokes twice the AutoExec macro. In this case you should insert the code “On Error Resume Next” into the macro.