batch process to covert file to excel file

  • Thread starter Thread starter beancurdjelly2003
  • Start date Start date
B

beancurdjelly2003

Hi All,

I need to covert many many file to excel file format and save as
another folder by daily, who can help me to write VBA. So can let me
simpliar the job process. Many thanks!

I'm not sure what type of the orginal file format. I open with
Notepad, then see the file use "|" to separate each field, look like
below

Name:xxxxxxxx|
Adjustment for xxxxxxxx| $10.00

Mobile|Account|Free Min|Feature1|Feature2|
xxxxxxxx|xxxxxxxx|1000|15.56|1000.34
xxxxxxxx|xxxxxxxx|(10)|323.00|45.00
 
one more thing, the "Adjustment for xxxxxxxx|$10.00" , need to change
the word "for" to "|" so that separate the "xxxxxxxx" to another field
too
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top