View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ac ac is offline
external usenet poster
 
Posts: 18
Default how does one use the NETWORKDAYS function in a excel VB macro?

I am writing a macro and need to calculate the workdays between 2 columns
that have dates. I see that in Excel there is a function called NETWORKDAYS
but when I use this in the macro it tells me that this is not defined. Help
- is there some addin that I need to add to my microsoft Visual basic macro
feature to use this function?