User Profile

Collapse

Profile Sidebar

Collapse
Dizo
Dizo
Last Activity: Jun 18 '12, 06:07 PM
Joined: Jun 15 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dizo
    started a topic How to create a combobox with my DB in Excel?
    in .NET

    How to create a combobox with my DB in Excel?

    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...
    See more | Go to post

  • Thanks for your help SammyB your code help me a lot
    See more | Go to post

    Leave a comment:


  • Dizo
    started a topic Add data to combox Excel
    in .NET

    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
    ...
    See more | Go to post
    Last edited by Dizo; Jun 15 '12, 06:26 PM. Reason: wrong tag
No activity results to display
Show More
Working...