This seems like a pretty easy thing but I am having such a hard time with this. I have a link label that I want to got to a network location. no matter what I try it says it can't find the file but I want it to go to a folder. I'm hoping it's just that I don't have the right syntax and not that I'm doing something wrong.
Private
SubLinkLabel1_LinkClicked(senderAsSystem.Object, e AsSystem.Windows.Forms.LinkLabelLinkClickedEventArgs)HandlesLinkLabel1.LinkClicked
System.Diagnostics.
Process.Start("//networkdrive/subfolder/subfolder")
EndSub
Excel Worker Bee