View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Thorleif Cederqvist Thorleif Cederqvist is offline
external usenet poster
 
Posts: 4
Default Function for calculating workdays?

Hi Ron

Is this function available in VBA code window?

Regards
TC, Sweden
"Ron de Bruin" skrev i meddelandet
...
Check out this function

NETWORKDAYS(start_date,end_date,holidays)

If this function is not available, and returns the #NAME? error, install

and load the Analysis ToolPak add-in.

How?

On the Tools menu, click Add-Ins.
In the Add-Ins available list, select the Analysis ToolPak box, and then

click OK.
If necessary, follow the instructions in the setup program.
Syntax





--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Thorleif Cederqvist" wrote in

message ...
Hi

Is there a function to calculate workdays? What I have is two serial
numbers. The period between them also includes weekends, that should be
eliminated.

Thanks in advance
TC, Sweden