Topic
Automatischer Import von VBA Projekten
Home page › Community › Automation and VBA › Automatic import of VBA projects
- This topic has 2 replies and 2 voices and was last updated 17 years, 5 months ago ago by Christian Rathgeber.
-
AuthorPosts
-
30.11.2007 at 18:44 #34868Christian RathgeberParticipant
Hallo,
ist es möglich die einzelnen Module und Formulare irgendwie automatisch zu importieren? Werden sie vielleicht irgendwo zentral gespeichert? Das Problem ist das unsere VBA Projekt ziemliche Ausmaße angenommen hat und auch nicht mit der Software vertraute Personen sollen sie importieren können.Danke im Voraus
30.11.2007 at 18:44 #34870Christian RathgeberParticipantHallo,
ist es möglich die einzelnen Module und Formulare irgendwie automatisch zu importieren? Werden sie vielleicht irgendwo zentral gespeichert? Das Problem ist das unsere VBA Projekt ziemliche Ausmaße angenommen hat und auch nicht mit der Software vertraute Personen sollen sie importieren können.Danke im Voraus
04.12.2007 at 19:23 #34869Bernhard KantzParticipantYou have the possibility to save the macros in
– the project database
– the Personal template database (..Documents and Settings\Local SettingsApplication DataWeisangFlexPro 7.0Template.FPT)
– or the Global template database (..Documents and SettingsAll UsersApplication DataWeisangFlexPro 7.0Template.FPT).In the macro organizer (Tools|Macros|Macros|Organizer) you can move the macros between these databases.
-
AuthorPosts
- You must be logged in to reply to this topic.