Hello! I am new to this forum and new to programming. Any help that anyone can give would be very much appreciated. I am trying to write code that will open a file with the input from a combobox from the user. My code is below:
Private Sub OpenTaxBillLogToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenTaxBillLogToolStripMenuItem.Click
System.Diagnostics.Process.Start("T:\PP CLIENTS\A-E\Bimbo\AP Feed File Project\" & ComboBox1.Text & "\" & "Bimbo Tax Bill Log.xls")
End Sub
Thanks!