View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA2e72e AA2e72e is offline
external usenet poster
 
Posts: 5
Default Get Month from date

Try:

format(strdate,"mmmm")

-----Original Message-----
Hi

I have the following code

Dim strDate as Date

strDate="30/06/2003"

I want strMonth to be the same month as the strDate. In

this example I want
the output of strMonth to be June
What code should I write to get it from the strDate?

Regards
Pedro


.