Topic
Excel Verknüpfung und VBA
Home page › Community › Automation and VBA › Excel link and VBA
- This topic has 2 replies and 2 voices and was last updated 19 years, 3 months ago ago by Dennis Reichenbach.
-
AuthorPosts
-
03.02.2006 at 19:06 #34967Dennis ReichenbachParticipant
Hallo,
ich habe mehrere Verknüpfungen zu externen Excel-Arbeitsmappen in meiner Datenbank.
Gibt es eine Möglichkeit über VBA das Ziel der Verknüpfungen zu ändern (siehe Anhang)?
Wenn ja können Sie mir ein Beispiel angeben?MfG Dennis
[img]uid1528_2.jpg[/img][img]uid1528_3.jpg[/img]
03.02.2006 at 19:06 #34969Dennis ReichenbachParticipantHallo,
ich habe mehrere Verknüpfungen zu externen Excel-Arbeitsmappen in meiner Datenbank.
Gibt es eine Möglichkeit über VBA das Ziel der Verknüpfungen zu ändern (siehe Anhang)?
Wenn ja können Sie mir ein Beispiel angeben?MfG Dennis
[img]uid1528_2.jpg[/img][img]uid1528_3.jpg[/img]
06.02.2006 at 21:36 #34968Bernhard KantzParticipantIt’s not possible to change the import path of an excel workbook in FlexPro. In this case you have to delete the old Excel workbook and import the new Excel workbook with the [b]delete-[/b] and the [b]import-[/b] properties in VBA.
But you can change the storage format and the storage location of an Excel workbook with VBA. See [b]StoredInDatabase[/b]-property and [b]WorkbookPath[/b]-property of the ExcelFolder-object in the FlexPro Online Help. -
AuthorPosts
- You must be logged in to reply to this topic.