G
gnileo
Dear Board
Hi I am a newbie in VBA for Excel. I was given a programming task by my
lecturer and my head is breaking over this.
I have with me now a server log(.txt file) that is huge (abt 16MB). I
am suppose to search the file based on user's input and output the
result back into a text file.
The server log file contains about 10 fields, saparated by tab. I have
managed to run and record the macro to import the text file into Excel.
Now each field has a column and there are about 60000 rows of data. I
am thinking of using a form with a text field for user to enter the
search criteria/value and a button for them to click to initiate the
search.
My major problem now is I don't know how to collect the user's input
and perform the search nor output the search result back to a new text
file. Please help! My project is going to be due soon.
Thanks so much!
Hi I am a newbie in VBA for Excel. I was given a programming task by my
lecturer and my head is breaking over this.
I have with me now a server log(.txt file) that is huge (abt 16MB). I
am suppose to search the file based on user's input and output the
result back into a text file.
The server log file contains about 10 fields, saparated by tab. I have
managed to run and record the macro to import the text file into Excel.
Now each field has a column and there are about 60000 rows of data. I
am thinking of using a form with a text field for user to enter the
search criteria/value and a button for them to click to initiate the
search.
My major problem now is I don't know how to collect the user's input
and perform the search nor output the search result back to a new text
file. Please help! My project is going to be due soon.

Thanks so much!