>I have a macro that needs either Workdays or networkdays to determine the
>number of workdays in a month.
[quoted text clipped - 10 lines]
>
>Thank-you
In the VB editor, Tools/References atpvbaen.xls
Then in your macro, just use:
Var = workdays(dt,num)
--ron
ABG - 23 Mar 2006 05:01 GMT
THANK-YOU Ron.
I forgot the aptvbaen.xls!
I guess this is where I slap myself on the back of the head and chalk it up
to an ID 10 T error! (I get a lot of those!)
> >I have a macro that needs either Workdays or networkdays to determine the
> >number of workdays in a month.
[quoted text clipped - 18 lines]
>
> --ron
Ron Rosenfeld - 23 Mar 2006 08:42 GMT
>THANK-YOU Ron.
>
>I forgot the aptvbaen.xls!
>
>I guess this is where I slap myself on the back of the head and chalk it up
>to an ID 10 T error! (I get a lot of those!)
I find I get more of those the older I get :-))
Glad to help
--ron