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!

Search results for query: *

  1. RamziSaab

    Excel to C++

    money not the issue, just want to see different products out there if they exist....i.e. compare to see what they can offer.
  2. RamziSaab

    Excel to C++

    thanks, i have seen the website is there any others that people know off...
  3. RamziSaab

    Excel to C++

    ok can you check out http://www.turboexcel.com/ i think it will explain what i want ... just wondering if there are other programs out there like it
  4. RamziSaab

    Excel to C++

    ok but i dont want to write the program myself i want it to work out the calculation itself and just use it as an addin
  5. RamziSaab

    Excel to C++

    i dont need it to hold the iterations just ouput the data in excel
  6. RamziSaab

    Excel to C++

    i am the user i need to run 1 million + simulations, excel takes a day (the excel spreadsheet if very well built but acnnot handle the sheer amount of calculations) i am looking for a way to speed it up...hence c++
  7. RamziSaab

    Excel to C++

    i am trying to automatically convert my excel spreadsheet to c++ using a compiler. i.e. the program will rewurite the program in C with inputs the user chooses and output the required data
  8. RamziSaab

    Excel to C++

    Is there a program that can compile and excel spreadsheet into C++ automatically?
  9. RamziSaab

    Excel to C++

    does anyone know of a program to automatcially convert excel spreadsheet to C++ dll addin?
  10. RamziSaab

    SQL in VBA on text file

    my problem is the text file is huge (ie. more rows than excel can handle...so i dont think it will work for me
  11. RamziSaab

    SQL in VBA on text file

    oversight sorry, but still does not work...is it possible do a quere on a text file?
  12. RamziSaab

    SQL in VBA on text file

    Is it possible to do a qurey on a text file i found a code that will output the data, now i just want to do the query but i can seem to get a where function to work (the text file is tab delimited)... Sub TestGetTextFileData() GetTextFileData "SELECT * FROM test.txt" & " WHERE field1=" &...
  13. RamziSaab

    Importing Data from Access (or text) to Excel

    what i do currently is read line by line the text file and output the results (i.e. i built a simple query that reads the file and shoots out the data needed - around 55 rows at a time)
  14. RamziSaab

    Importing Data from Access (or text) to Excel

    true, but surely not all ways are equal
  15. RamziSaab

    Importing Data from Access (or text) to Excel

    thanks, but it seems quicker just creating an object and reading it in vba: e.g. Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.OpenTextFile("c:\myfile.txt", ForReading, 0)
  16. RamziSaab

    Importing Data from Access (or text) to Excel

    got it to work but it seems just reading the text file is much faster...i guess i will sitck with that thanks for your help
  17. RamziSaab

    Importing Data from Access (or text) to Excel

    ok i think i got it but i had to do it through Microsoft Query (i.e. not in return data to Excel)
  18. RamziSaab

    Importing Data from Access (or text) to Excel

    i cant seem to do this even when i go to the end
  19. RamziSaab

    Importing Data from Access (or text) to Excel

    sorry i can seem to do it i have excel xp, i go to data --> import external data ---> new database query ---> MS Access ---> choose file --> pick the fields ---> then i get the filter data but it does not let me choose a cell? thanks
  20. RamziSaab

    Importing Data from Access (or text) to Excel

    is there a way to dynamically change this query, i.e. i want to loop through the field?

Part and Inventory Search

Back
Top