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!

Search results for query: *

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

    File attributes question

    Hi Hope someone can help, think I may be being a little dim because I'm sure I have already done this once, but here goes I have the following code which loops through my MP3 folder on my computer, I am trying to get the attributes for each of the files in the folder but can't remember how to...
  2. Simmy

    Outlook Code to save emails as text files

    Hi I was wondering if anyone could help with an Outlook macro to automatically save emails as text files, (which I have used a rule on to move to a specific folder). Thanks for any help or a point in the right direction. Simmy
  3. Simmy

    Before Close Event problem

    Can anyone help I have put code in my personal workbook that runs a macro when the workbook is opened(On_Open event)and one to clean up when it closes(Before_Close event). The open event works perfect every time but I have found that if I close Excel with the X button in the top right hand...
  4. Simmy

    Looping through files in folder

    Can anyone help, I need to write code that will loop through all the files in a folder and import them into an Excel sheet. The problem is I cannot write the code to loop through all the files in the folder. Any help is appreciated.
  5. Simmy

    transforming data

    Hello, I have a serious problem and I think I can solve it with AWK but I don't know how. I have a lot of data that looks like this: graph 12345 using 12345 data 1234 and I want to transform it like this: each letter of the word becomes a record, in the record the letter has three letters left...
  6. Simmy

    getting 'vowel' out of my output

    Question: My input looks like this: VOWEL,OPENING,PLACE,ENVIRONMENT. U,3,2,C. I,3,2,S. ... I want to count the different vowels but 'VOWEL' itself may not be in the output. I had this script: BEGIN { FS="," } { vowels [$1]++ } END { delete vowels[vowel] for (vowel in vowels)...
  7. Simmy

    for-loop

    Can you help? I have a file in this format: aa bbb cc d ee but I want it in this format: aa/bbb/cc/d/ee. I want to do this with AWK and I've been told that I should use a for-loop but I can't figure out how to do it. Maybe you can? Thanks a lot.
  8. Simmy

    VB 6 Sample Exams

    I need a good site where I can get free VB 6 Exams for self test. Most exams even for testing purposes are for sale. Anybody? Thanks a lot. I appreciate it.

Part and Inventory Search

Back
Top