Hello
I am creating a new software with visual studio 2010 using the program language visual basic .NET, well in that software I create a new file in excel 2007, my question is because I do not know how I can create a combobox with data of my database inside, I will be appreciate your help a lot, thank for your time.
To create the combobox I use the next code in a button of my windows form, It actually is an adaptation of the code...
User Profile
Collapse
Profile Sidebar
Collapse
Dizo
Last Activity: Jun 18 '12, 06:07 PM
Joined: Jun 15 '12
Location:
-
How to create a combobox with my DB in Excel?
-
Thanks for your help SammyB your code help me a lot -
Add data to combox Excel
Hello
I am creating an application with Visual Studio 2010, in my application I need to make a report in Excel and in that report I want to add a combobox with some data, I add the combobox to my excel sheet with the next code:
Code:Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet Dim xllistbox As Excel.OLEObject xlApp = New Excel.Application
No activity results to display
Show More
Leave a comment: