Hey,
What im trying to do is convert a dbf file to a tab delimited file. Now I can do this by opening the dbf file up in Excel and then simply save it as a tab delimited file, but it my situation it needs to be done every half an hour so I really need a way to automate the process.
I was told that I could use Excel VBA to automate the process, but I have a few questions.
I know how to create a macro in excel to do what I need to do, but how am I going to automate it? Is there anyway I can run the script from a batch file or something similar?
Thanks for your time.
What im trying to do is convert a dbf file to a tab delimited file. Now I can do this by opening the dbf file up in Excel and then simply save it as a tab delimited file, but it my situation it needs to be done every half an hour so I really need a way to automate the process.
I was told that I could use Excel VBA to automate the process, but I have a few questions.
I know how to create a macro in excel to do what I need to do, but how am I going to automate it? Is there anyway I can run the script from a batch file or something similar?
Thanks for your time.