Hi,
I am trying to use the following code to open a folder in Windows Explorer and show the user the contents
It works but when used in Citrix session it opens two instances of Windows Explorer.
Any ideas how to fix this?
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?