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...
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
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...
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.
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...
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)...
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.