Search:

Type: Posts; User: zoomtronic

Search: Search took 0.03 seconds.

  1. VS 2010 Re: entering data in excel sheet trough Vb application form

    I used Label7.text to read which is the last entered record number, and this number added to one gives me NEXT record number to be written.
    My users were writing that number manually, so i had to...
  2. VS 2010 Choose datatables with combobox and display data in datagridview

    Any idea, how to choose data tables with combo box and display data in data grid view?
    I have 80 tables in database, and i need to have combo box which will be populated with data table names, ...
  3. Replies
    5
    Views
    3,882

    VS 2010 Re: Export Datagrid to Excel

    Another faster way to export datagrid to excel, works well 4 me.



    Private Sub Button37_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button37.Click
    ...
  4. Replies
    5
    Views
    3,882

    VS 2010 Re: Export Datagrid to Excel

    I did formating by doing following code




    Dim xlApp As Microsoft.Office.Interop.Excel.Application
    Dim xlWorkBook As Microsoft.Office.Interop.Excel.Workbook
    Dim xlWorkSheet...
  5. Replies
    5
    Views
    3,882

    VS 2010 Re: Export Datagrid to Excel

    I were using this code to export data grid to excel, it also exports header, but is is unformatted.
    How to format rows and columns to have borders?

    Imports Microsoft.Office.Interop



    Dim...
  6. VS 2010 Re: entering data in excel sheet trough Vb application form

    Thanks Kevin,
    i managed to finalize application, now i ' m posting final code



    Imports System.Runtime.InteropServices



    Public Class Form1
  7. VS 2010 Re: entering data in excel sheet trough Vb application form

    Now i need to enter date automatically into cell on new data entry,
    any idea?
  8. VS 2010 Re: entering data in excel sheet trough Vb application form

    Will try that, Yes I am running on x64 OS , definitely will compile on x86 and try it.
    Now latest update of my code for writing to a excel file.
    I am using text1.text file as help file, in which i...
  9. VS 2010 Re: entering data in excel sheet trough Vb application form

    I use visual studio 2010 Ultimate
    92911
  10. VS 2010 Re: entering data in excel sheet trough Vb application form

    i did all that, here is screen shoot of references window

    92909
  11. VS 2010 Re: entering data in excel sheet trough Vb application form

    regarding Your project i downloaded, i did all in building the sample section, but i have few errors and can not start it
  12. VS 2010 Re: entering data in excel sheet trough Vb application form

    I checked, it releases memory, checked on task manager, I need to make this as simple as possible :(
  13. VS 2010 Re: entering data in excel sheet trough Vb application form

    I doubled post...
  14. VS 2010 entering data in excel sheet trough Vb application form

    I did following code, ad this is pretty what i need, but i need more control over it,
    actually i need ID, i meant to put another text box and to link it with column F for instance,
    this will...
  15. VS 2010 entering data in excel sheet trough Vb application form

    Hi there,
    I need to make windows application which has simple form with couple of text boxes and
    button save. Application has to enter into excel data cell by cell as (when i fill the
    form, and...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width