Err
Active Member
- Joined
- Nov 16, 2006
- Messages
- 274
Here is a problem:
You get a report in one format from someone every-so-often. The report as it stands is incomprehensible to most humans. Your boss and your coworkers ask you to convert it into a nice legible Excel spreadsheet.
So you do. You write a macro to sort through the ugly text file and automatically convert it into an excel spreadsheet. Perhaps you are like me and create a routine that will examine all of the unconverted files -then convert the ones that aren't converted yet.
-Are you with me so far? Everything is going along fine until:
Someone changes the original report format.
Now you know the changes that have taken place AND you also know all the work that will go into changing the format again. IT IS SLIGHTLY EASIER TO START FRESH RATHER THAN CHANGE YOUR EXISTING PROCEDURE.
What do you do? (Keep in mind that they might change it again).
You get a report in one format from someone every-so-often. The report as it stands is incomprehensible to most humans. Your boss and your coworkers ask you to convert it into a nice legible Excel spreadsheet.
So you do. You write a macro to sort through the ugly text file and automatically convert it into an excel spreadsheet. Perhaps you are like me and create a routine that will examine all of the unconverted files -then convert the ones that aren't converted yet.
-Are you with me so far? Everything is going along fine until:
Someone changes the original report format.
Now you know the changes that have taken place AND you also know all the work that will go into changing the format again. IT IS SLIGHTLY EASIER TO START FRESH RATHER THAN CHANGE YOUR EXISTING PROCEDURE.
What do you do? (Keep in mind that they might change it again).