Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mil2n

  1. mil2n

    Excel is not quiting in VB.NET

    hi, try this: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q317109
  2. mil2n

    DataGrid

    Hi, how can I cut off the last line marked with star (each cell is filled with "null"), when I am showing my dataTable using dataGrid? Thanks
  3. mil2n

    Problem with saving file using Ecxel

    It is working. Thanks a lot.
  4. mil2n

    Problem with saving file using Ecxel

    I don’t know how to save a file using Excel application. Once I open the file it is read only and I am not able to save it. Can someone help me with this problem? Dim excelApp As New Excel.Application() Dim excelBook As Excel.Workbook excelBook = excelApp.Workbooks.Open(Path) Dim...

Part and Inventory Search

Back
Top