#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel

How can I get the name of the current month in Excel???

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel


-----Original Message-----
How can I get the name of the current month in Excel???

.

Use the function: =MONTH(TODAY())
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 535
Default Excel

Hi,

It would be nice if you would use a more descriptive
subject title next time.

=MONTH(TODAY())

Gives the number of the current month.

Or:

=TODAY()

formatted with this custom format: mmmm
Will show "October" in the cell.

Regards,

Jan Karel Pieterse
Excel TA/MVP

-----Original Message-----
How can I get the name of the current month in Excel???

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel

In VBA

? format(date,"mmm")
Oct
? format(date,"mmmm")
October


--
Regards,
Tom Ogilvy



"Sumitha" wrote in message
...
How can I get the name of the current month in Excel???



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:48 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"