Follow Hyperlink to Folder

karl05

Registered User.
Local time
Today, 21:25
Joined
Jul 22, 2005
Messages
10
Hi,

I am trying to use the following code to open a folder in Windows Explorer and show the user the contents

Code:
Application.FollowHyperlink folderName, , True

It works but when used in Citrix session it opens two instances of Windows Explorer.

Any ideas how to fix this?
 
Hmmmmm, have you tried using Shell to open the Explorer? I use the following code to open a certain map in the Windows Explorer:

Shell "C:\WINNT\Explorer.exe C:\My Documents\" & Me.Textmapname & "\", vbMaximizedFocus

I hope this is of any help for you?
 
Eikenhorst,

Your a genius! Thank you very very much.

It worked perfectly
 

Users who are viewing this thread

Back
Top Bottom