Topic
Excel Verknüpfung und VBA
Page d'accueil ' Communauté ' Automation et VBA ' Raccourcis Excel et VBA
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par Dennis Reichenbach, le il y a 19 années et 3 mois.
-
AuteurMessages
-
03.02.2006 à 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 à 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 à 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. -
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.