Hello,
I've been doing alot of php style programming and now at work have been tasked with an excel task... one of my co-workers suggested a Class type would be the best for me to use...
However i know about Nothing in excel/vba. So here is a brief description of the tool.
It will read the data from a previous day, match it agains the current day. Detect if the status of the work order has changed. Mark the date that the work order changed, and calculate how long that work order has been in that "status." It will take the newData and compare the oldData then modify the information on the oldData sheet to be updatedData. When the report runs the next day, updatedData will become oldData. And the vicious cycle will start all over again.
1. Is a class really the best method for this madness?
2. Any tips on how in the world I'd start this?
3. What is the best "dummy" book you could offer on this?
4. And, do you know any good newbie sites i could go to that would cover some of this content?
I'd appreciate any help you could give me. I'm not asking for code necisarily, just a place to start.
Thank you,
Compl E Tlilost
I've been doing alot of php style programming and now at work have been tasked with an excel task... one of my co-workers suggested a Class type would be the best for me to use...
However i know about Nothing in excel/vba. So here is a brief description of the tool.
It will read the data from a previous day, match it agains the current day. Detect if the status of the work order has changed. Mark the date that the work order changed, and calculate how long that work order has been in that "status." It will take the newData and compare the oldData then modify the information on the oldData sheet to be updatedData. When the report runs the next day, updatedData will become oldData. And the vicious cycle will start all over again.
1. Is a class really the best method for this madness?
2. Any tips on how in the world I'd start this?
3. What is the best "dummy" book you could offer on this?
4. And, do you know any good newbie sites i could go to that would cover some of this content?
I'd appreciate any help you could give me. I'm not asking for code necisarily, just a place to start.
Thank you,
Compl E Tlilost