Hi all,
I am working on a project which is using a windows form to locate an Excel file and then display it. I am trying to use two combo boxes to locate an Excel file. The two combo boxes will be two parts of the the file path. For example, the file path is c:\abc\xyz\def. xlk Because all the file are in the abc fold, the first combo box will display xyz and the second combo box will display def. The combination of the two combo boxes will locate the file. There will a Go button. After I click on the button the file will display in the windows form. I don't really know if it's doable with Visual basic .net. Please help me. Any help is much appreciated.
Thank you soso much
I am working on a project which is using a windows form to locate an Excel file and then display it. I am trying to use two combo boxes to locate an Excel file. The two combo boxes will be two parts of the the file path. For example, the file path is c:\abc\xyz\def. xlk Because all the file are in the abc fold, the first combo box will display xyz and the second combo box will display def. The combination of the two combo boxes will locate the file. There will a Go button. After I click on the button the file will display in the windows form. I don't really know if it's doable with Visual basic .net. Please help me. Any help is much appreciated.
Thank you soso much
Comment