When creating macros in VBA, you may have a need to know the specific month of the year, as represented by a particular date. For instance, you may want to determine the month in which the macro is being executed. The following code will do the trick:
iMonth = Month(Now())
The Month function returns an integer value representing the numeric month of whatever date you provide. In this example, the Now function represents today's date, and so Month returns the current month, as a value ranging from 1 to 12.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (12343) applies to Microsoft Word 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Word here: Determining the Month of the Year.
The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!
When processing a document via a macro, it is often helpful to understand what style has been applied to a paragraph. You ...
Discover MoreWhen creating a macro that extensively processes a document, you may need to periodically force Word to repaginate the ...
Discover MoreThere are a myriad of ways in which a date can be formattedâ€"day first, month first, number of digits in the year, etc. ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2016-10-22 11:22:28
Alice Walton
Allen, I subscribe to Word tips and Excel tips for the ribbon, but did not get either, today Saturday Oct. 22, 2016. So somewhere between Wyoming and Virginia Beach, VA something went wrong. Could you please make sure that I am still subscribed to both and re-send. Thank you for your assistance.
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2022 Sharon Parq Associates, Inc.
Comments