RESOLVED
Private Sub ListBox_Click()
Link = Replace(Replace(Me.ListBox.Column(2), "file://///", "\\"), "/", "\")
Application.FollowHyperlink Link, , True
End Sub
Since I didn't have IIS running on the central server, I have to replace the "file://///" to "\\" and all the "/" to "\"...