J
Jaspar
How can I follow a shortcut from within VBA. I guees I
will need to use a Windows API call but I don't know which.
I want to list all documents in a folder (using Dir
function) and if one of the folders is actually a
shortcut, I will need to go to the destination of this
shortcut and list the documents here.
If I rightclick on the shortcut and choose properties, I
can see the destination, but how can I access this
information from VBA?
will need to use a Windows API call but I don't know which.
I want to list all documents in a folder (using Dir
function) and if one of the folders is actually a
shortcut, I will need to go to the destination of this
shortcut and list the documents here.
If I rightclick on the shortcut and choose properties, I
can see the destination, but how can I access this
information from VBA?