Sub Link_erstellen()
Dim Sh, Link
Set Sh = CreateObject("WScript.Shell")
Set Link = Sh.CreateShortcut("C:\Test\123.lnk")
Link.TargetPath = "C:\Test\123.xls"
Link.Save
End SubLink.Arguments = "/a /b /c"
Link.WorkingDirectory = "X:\irgendwo"
Link.Description = "Dies ist eine Testverknüpfung"
Link.HotKey = "CTRL+ALT+X"
Link.IconLocation = "%systemroot%\system32\shell32.dll,159"
Link.WindowStyle = 3
Read-Only-Verknüpfung von Access zu Access Tabelle
Emil 28.08.2007 - 62 Hits - 3 Antworten
Excel Abfrage mit Verknüpfung von Daten aus 2 Mappen
willymo 29.10.2007 - 336 Hits - 6 Antworten
Verknüpfung von Excel (oder Acces Datei) zu Word erstellen.
donjuandan 12.06.2008 - 105 Hits - 1 Antwort