Home > Community > Automation and VBA > ImportFilter – Debugger > Antwort auf: ImportFilter – Debugger

#8646
Bernhard KantzBernhard Kantz
Teilnehmer

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.

support@weisang.com