![]() |
Delphi -> Excel -> Drop-Down-Liste -> Hyperlinks
Hallo,
Ich möchte bei Excel in einer Dropdownliste wahlweise Hyperlinks setzen. Dropdown-Liste
Code:
Hyperlink
WorkBook := Excel.ActiveWorkBook;
WorkSheet := WorkBook.ActiveSheet; Range := WorkSheet.Range['A1:A4']; Range.Validation.Delete; Range.Validation.Add(3, 1, 1,'erster Link;kein Link ;zweiter Link;dritter Link', null);
Code:
Wie kann ich den Hyperlink in die entsprechende Zeile einarbeiten ?
Excel.WorkBooks[1].Worksheets[1].Hyperlinks.add(Excel.WorkBooks[1].Worksheets[1].cells[1,1],''www.delphipraxis.net'');
Laut Google scheint dieses Problem sehr viele Anwender zu interessieren. mfg Nimmersatt |
AW: Delphi -> Excel -> Drop-Down-Liste -> Hyperlinks
Ein Lösungsvorschlag in Excel
![]() Ist es auch über Delphi umsetzbar ? mfg Nimmersatt |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:47 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 by Thomas Breitkreuz