gud day
I made a software in which it is possible to save data to an Excel sheet. Now, I would like to program that one can open this sheet and the saved data is then (automatically) loaded into some textboxes of the forms in the VB software. The data is saved in specific cells on the excel sheet.
What I should know is :
1. How to load an Excel file or Excel sheet in a simpe VB software?
2. How to define the specific cells on the Excel sheet
3. How to put the data of the Excel sheet into the textbox or label of the VB forms?
thanks in advance,