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 bkrike 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 mash1k

  1. mash1k

    textstream reading over multiple text files

    Hello all, I need help win writing a function that will open a text file (Text1), read through it line by line looking for a given condition, when it is found it will open another text file (Text2), read through it line by line and when the given condition is found record it in an array and...
  2. mash1k

    QSORT

    hello all, I'm trying to validate,filter,sort and then display the information on a spreadsheet... is there any alternatives to the QSORT, MALLOC and FREE functions that i normally use in 'C'? Thanks in advance mash
  3. mash1k

    importing text into excel

    Hello VBAJedi, thx for replying, here is a bit more detail, the text file contains a product number (integer 7-8 digits),a date, 24hour clock time, a user(3 letters), a quantity, a minus or addition code(2 letters),an adjustment type(12 letters),and a document number(7 letters), if all of these...
  4. mash1k

    importing text into excel

    Hello, I'm trying to write a macro in excel that via a button click, will open a text file read it line by line, validate and calculate variables based on certain conditions and then display them on the spreadsheet. I've written a previous macro that is based on opening the text file via...

Part and Inventory Search

Back
Top