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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mikew194
  • Content: Threads
  • Order by date
  1. mikew194

    Poor Performance

    Any ideas as to why this code runs so slow? Thanks Mike if (this.textBox1.Text.Length <= 5) return; xmlDoc = InitXMLDocument(); object oNull = Type.Missing; Excel.Application xl = new Excel.Application(); Excel._Workbook wb =...
  2. mikew194

    Problem with code (C#) reading excel file

    It is taking me for ever to process this file, any ideas? if (this.textBox1.Text.Length <= 5) return; xmlDoc = InitXMLDocument(); object oNull = Type.Missing; Excel.Application xl = new Excel.Application(); Excel._Workbook wb =...
  3. mikew194

    Poor Performance

    I am readin gin an excel file and converting to xml. It is a rather large file and takes several minutes to run. Any ideas on how to improve the performance? I suspect it is related to how the excel file is read. if (this.textBox1.Text.Length <= 5) return...

Part and Inventory Search

Back
Top