Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know how to add a target path to a created shortcut:
Dim WSHShell As Object Dim MyShortcut As Object Set WSHShell = CreateObject("WScript.Shell") Set MyShortcut = WSHShell.CreateShortcut(pathwayhere & ".lnk") With MyShortcut .targetpath = targetpathwayhere .Save End With .........but if I already have a created shortcut then how do I extract the target pathway from it, as a string?? any help greatly appreciated Jason. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to extract only file name from folder path string in Excel? | Excel Worksheet Functions | |||
Target directory & Path | Excel Worksheet Functions | |||
extract filename from full path | Excel Programming | |||
Extract Path From String | Excel Programming | |||
Extract full path given filename | Excel Programming |