Thanks Joel,
Being able to re-use classes that I would set up in other projects will
probably be one of the major deciding factors. With the current application,
that is not an easy call.
Thanks again,
--
Neal Z
"joel" wrote:
>
> Writing code using classes has an advantage when you create a new
> application you can simply copy the class from one workbook to another
> very easily. It is also nice when somebody else modifies you macros the
> code is orgainize in a style that will make it easier for other people
> to understand your code.
>
> You have to decide if it is worth the time of re-writing a macro that
> is already working. When you gererate a new macro you have to look at
> macro you already have writen and see if you are going to re-use older
> code or generate new code using a different style.
>
> If your older code is hard to understand because you used non-standard
> code then it may be worth the effot to change the code. It really
> depends on how well you code is documented and how often you are going
> to modify the code in the future.
>
>
> --
> joel
> ------------------------------------------------------------------------
> joel's Profile: http://www.thecodecage.com/forumz/member.php?u=229
> View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=207233
>
> http://www.thecodecage.com/forumz
>
> .
>