Hi folks,
I'm looping through an array, making various checks of the data, and for this particular part I'm looking at a date, and finding out how many days before another date it was (not including weekends).
I'm wondering if I'm forced to use "application.worksheetfucntion.networkdays", or if there is a vba equivilent?
I'm led to believe that doing this across several thousand rows of data is likely to slow the code...
Bookmarks