From the course: Excel VBA: Process Modeling

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Define process flow and programming goals

Define process flow and programming goals

From the course: Excel VBA: Process Modeling

Start my 1-month free trial

Define process flow and programming goals

- [Instructor] In chapter four we extended our clock based simulation to have multiple customers while the simulation ran. In this chapter we will add three more extensions to the model. And those will be allowing each station to handle multiple customers. In other words, increasing their capacity. Adding more stations, which is taken care of with the code that we've already created. And implementing rework loops. A rework loop comes into effect when work isn't done properly the first time. Either a product isn't made correctly and needs to be worked on, or perhaps a report wasn't filled out in exactly the right way within a process. With those goals in mind we can go ahead and start working with our code.

Contents