Hi,
I am trying to use the following code to open a folder in Windows Explorer and show the user the contents
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?