Weeknum

A

Ashley

I need to returns a number that indicates where the week
falls numerically within a year.

This function returns the #NAME?

I need to install/reinstall Msowcf.dll on my computer.

How Can I install it?
 
F

fredg

I need to returns a number that indicates where the week
falls numerically within a year.
This function returns the #NAME?


I need to install/reinstall Msowcf.dll on my computer.

How Can I install it?


In an UNBOUND control's control source:
=DatePart("ww",[DateField])
 
Top