VBA-Programmierung in Microsoft Excel

Tutorial: Excel-Beispiele

VBA-Begriff: Beispiel zur Open-Methode

In diesem Beispiel wird die Arbeitsmappe ANALYSIS.XLS geöffnet und das Makro "Auto_Open" ausgeführt.

Workbooks.Open "ANALYSIS.XLS"
ActiveWorkbook.RunAutoMacros xlAutoOpen