I have tried Shell in my app to do 2 things without success
1. Open just a folder eg Shell ("C:\Myfolder",vbNormalFocus)
2. Open a vnc shortcut to start VNC viewer to remote desktop to another computer eg Shell ("c:\VNCFolder\10.208.9.123.vnc",vbNormalFocus). "10.208.9.123.vnc" is a shortcut to opening the remote desktop on the required computer and appears to be an ini type file.
Both the statements within the ( ) do the desired thing when entered in the Windows Explorer address box.
What am I doing wrong?
1. Open just a folder eg Shell ("C:\Myfolder",vbNormalFocus)
2. Open a vnc shortcut to start VNC viewer to remote desktop to another computer eg Shell ("c:\VNCFolder\10.208.9.123.vnc",vbNormalFocus). "10.208.9.123.vnc" is a shortcut to opening the remote desktop on the required computer and appears to be an ini type file.
Both the statements within the ( ) do the desired thing when entered in the Windows Explorer address box.
What am I doing wrong?