PeterMoran
MIS
Hi,
I have the following VBA code in Excel 07 which is fine:
WorksheetFunction.NetworkDays( _
Now(), TempDate, myPubHols)
In Excel 2k it does not like it. I suspect because it is part of the Analysis Toolkit.
Any suggestions on what code would work in Excel 2K - should I use the "Evaluate" statement?
Thanks in advance.
Peter Moran
I have the following VBA code in Excel 07 which is fine:
WorksheetFunction.NetworkDays( _
Now(), TempDate, myPubHols)
In Excel 2k it does not like it. I suspect because it is part of the Analysis Toolkit.
Any suggestions on what code would work in Excel 2K - should I use the "Evaluate" statement?
Thanks in advance.
Peter Moran