Merging an Excel Spreadsheet to Visual Basic

Closed
Abyssinian - Jan 8, 2011 at 08:22 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 9, 2011 at 05:12 PM
Hello,

If anyone could help me with this it would be greatly appreciated, Data binding has always somehow been difficult for me in Visual Basic. I have an Excel Spreadsheet with 5 columns of info and about 1000 rows. I also have a Visual basic program with text boxes for the info (ex: first name, last name, date) Is there any way to merge the excel with the visual basic program so that the data is stored there or will i have to put it all in manually? I'm sorry of this seems really easy I've only been programming for a couple months and I'm trying to learn. Thanks for your time.

Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 9, 2011 at 05:12 PM
It seems to me that what you are tying to do is use VB app as front end and use excel to store the data.

in that case in VB, you can open a connection of excel file
0