Reputation: 1
Am devoloping a windows form application which need to retreive a particular column from Excel sheet and i want to display that data in a dropdown menu. As i am newbie to Visual Basic please explain end to end process with code. Thanks, Snehal
Upvotes: 0
Views: 464
Reputation: 11451
You will need to use Microsoft Office Interop. You can find an example at http://dotnetperls.com/excel
Also, this page at C-Sharp Corner might be exactly what you're looking for.
Upvotes: 1