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 Crusader2

  1. Crusader2

    I have a great problem

    I have a massive of words...like @massive and a simple $word scalar...how to check if there's a word in that massive which equals @word?
  2. Crusader2

    how to edit/change headers in sendmail

    For example I need to send an email from my PC to another email I use perl with sendmail module. I use public email server to send my emails. Should I make a local server? I just need to edit some MIME headers before sending: there're 4 headers "Recieved:" how could I change them??? oh...
  3. Crusader2

    Inserting text into worksheets

    I have a work bookI don't know how many worksheets in the, but I have to write in every worksheet in a workbook some text (for example "hello world") in cell A1. I don't know worksheets number but I have to put some text in every worksheet.
  4. Crusader2

    VBA in Exel, well How to find an empty row

    Works! Thanks a lot.
  5. Crusader2

    VBA in Exel, well How to find an empty row

    I have a simple exel worksheet, there're 2 rows not empty for example 2 first rows have some text in column A. How could I find an empty row (eg 3rd) and put there something.
  6. Crusader2

    How to check file's entry

    hmm...I have one more question... and if i want to make action when there's no 8 in that file, for example if there's no 8 in the file app shows msgbox ("There's no 8 in the file")
  7. Crusader2

    How to check file's entry

    Sorry, my internet didn't work for a while :( Yes, it's works just fine now!!! Thank you very much!!!
  8. Crusader2

    How to check file's entry

    hmmm...little problem actually I'm doing it not in VB, i'm using VBA (Visual BASIC for Applications) built-in MS Exel, could that be a reason i have errors?
  9. Crusader2

    How to check file's entry

    well... compiller says Expected Array in this part: "ReDim Preserve Mynumbers(j)" here's a part of code, so you navigate better: Else ReDim Preserve Mynumbers(j) Mynumbers(j) = Mid(Mystring, i, FoundValue - i) j = j + 1 i = FoundValue End If HELP please
  10. Crusader2

    How to check file's entry

    I have a file, there're some numbers separated with "," example: 1, 5, 6, 8, 10. I have an integer it's equals 8 (int = 8). How to check if the int equals at least any number in that file? P.S. Sorry about my english
  11. Crusader2

    How to file's entry

    I have a file, there're some numbers separated with "," example: 1, 5, 6, 8, 10. I have an integer it's equals 8 (int = 8). How to check if the int equals at least any number in that file? P.S. Sorry about my english

Part and Inventory Search

Back
Top