convert text month to numeric month
strMonth = "May"
intMonth = Month("01-" & strMonth & "-" & Year(Date))
If this post helps click Yes
---------------
Jacob Skaria
"salgud" wrote:
I just asked here how to do the opposite. How do I convert "May" to 5
without using a case statement? I've looked all over on the net, but can't
find this specific thing.
Thanks in advance.
|