Thread
:
Getting week number?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike H
external usenet poster
Posts: 11,501
Getting week number?
Try this
mMyWeek = CInt(Format(Now(), "ww"))
Mike
"jodleren" wrote:
Hi
When trying Format(Date, "/yyyy", vbMonday) I cannot see how I can get
the week number for Format?
VB
should have this, shouldn't it?
WBR
Sonnich
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H