![]() |
xlDialogNew von Excel über Ole aufrufen
Hallo Leute
ich habe Probleme mit dem aufrufen von Exceldialog : xlDialogNew. Die Verbindung mit Excel klappt soweit gut. Excel startet erfolgreich. Beim Versuch aber der obengenannte Dialog aufzurufen bekomme ich immer die Meldung : "Mitglied nicht gefunden". Ich weiss nun nicht weiter. hier ist Code Schnipsel: var Excel : OleVariant; // Späte Bindung const xlDialogNew = 119; Excel := CreateOleObject('Excel.Application'); Excel.Dialogs.Item(xlDialogNew).Show ; Was mache ich bloß falsch ? Ich benutze Delphi 2005 Personal, Office 2003, und Win XP. Übrigens, dasselbe Versuch mit Word klappt einwandfrei. Danke in voraus Boris |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:18 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz