Vertaling van "a VBA module" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This action isn't available in a VBA module.
Macros enable you to add functionality to forms, reports, and controls without writing code in a VBA module.
Mithilfe von Makros können Sie Formularen, Berichten und Steuerelementen Funktionalität hinzufügen, ohne Code in einem VBA-Modul zu erstellen.
Use this syntax whenever you need to access an Excel function from a VBA module.
Verwenden Sie diese Syntax immer, wenn Sie von einem VBA-Modul auf eine Excel-Funktion zugreifen müssen.
When you press Enter, Excel looks for the name DISCOUNT in the current workbook and finds that it is a custom function in a VBA module.
Wenn Sie die EINGABETASTE drücken, sucht Excel in der aktuellen Arbeitsmappe nach dem Namen DISCOUNT und stellt fest, dass es sich um eine benutzerdefinierte Funktion in einem VBA-Modul handelt.
This action isn't available in a VBA module. Instead, run the desired Function procedure directly in VBA.
Diese Aktion ist in einem VBA-Modul nicht verfügbar. Führen Sie die gewünschte Funktionsprozedur stattdessen direkt in VBA aus.
The UpCheck function is placed within a VBA module that is placed within the custom conditions are met, UpCheck=True. Consider the following example
Die Funktion UpCheck befindet sich in einem VBA-Modul in der Vorlage. Bei Übereinstimmung mit den benutzerdefinierten Bedingungen gilt UpCheck=True. Sehen Sie dazu folgendes Beispiel
To run the ShowToolbar action in a VBA module, use the ShowToolbar method of the DoCmd object.
Sie können die AusführenAnwendung-Makroaktion nicht in einem VBA-Modul (Visual Basic for Applications) ausführen.
There are two basic ways to turn action query confirmation messages off for a set of tasks: by using a macro, and by using a VBA module.
Es gibt zwei grundlegende Möglichkeiten, Aktionsabfrage-Bestätigungsmeldungen für eine Gruppe von Aufgaben zu deaktivieren: durch Verwenden eines Makros und durch Verwenden eines VBA-Moduls.
To use a VBA module, double-click Code Builder and follow the remaining steps in this procedure.
Wenn Sie ein VBA-Modul verwenden möchten, doppelklicken Sie auf Code-Generator, und führen Sie die verbleibenden Schritte in diesem Verfahren aus.
Create a VBA module and type the following line in the Declarations section, if it is not already there
Erstellen Sie ein VBA-Modul, und geben Sie die folgende Zeile in den Deklarationsbereich ein, falls sie noch nicht dort angezeigt wird
Subsequent to the actual export, DeltaMaster checks whether there is a VBA module prodecure (macro) called "AfterExport()" in the template, and calls this macro if it exists.
Im Anschluss an den eigentlichen Export prüft DeltaMaster, ob in der Vorlage eine Modulfunktion (Makro) namens „AfterExport()" existiert, und ruft dieses Makro gegebenenfalls auf.
There was a problem matching a VBA module name to the corresponding worksheet name. To repair this error, rename the VBA module so that it has the same name as the sheet it should be matched with, and then save the file.
Es ist ein Problem beim Abstimmen des VBA-Modulnamens mit dem entsprechenden Arbeitsblattnamen aufgetreten. Sie können diesen Fehler beheben, indem Sie das VBA-Modul in den Namen des Blatts umbenennen, auf das er abgestimmt werden soll, und die Datei anschließend speichern.