Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From what it sounds like you want done I would probably write a one
time use macro to go through and replace the contents of the month only cells with month+today. Let the macro do all the finding and replacing. Or, you could possibly do a Find and Replace from the Edit menu and restrict it to the row or column that has the cells you want to change. For example: Find January Replace with ="January "&Year(TODAY()) (Note the space after January.) Which will give you January 2005 for this year. If your month cells are scattered thoughout the worksheet or if you have cells that contain the month that you don't want changed that may be a bit more difficult to accomplish but I think it could still be done using the Options button. Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
set up macro to goto cell with "today" in | Excel Worksheet Functions | |||
Function or formula to convert "text" month to number of month? | Excel Discussion (Misc queries) | |||
Function or formula to convert "text" month to number of month? | Excel Discussion (Misc queries) | |||
Function or formula to convert "text" month to number of month | Excel Discussion (Misc queries) |