Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
May I suggest an alternative? You want to (a) enter the text and (b) then
use a On_Change macro to enter the date. How about reversing this: (a) enter the date and (b) have a formula enter the text. This is so much easier. If the text goes in B10, then use CTRL+; to enter today's date (static) in C10 and in B10 use =IF(C100,"Received","") best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Sebby" wrote in message ... I am trying to create a formula or more likely macro that will enter today's date as static if the cell to the left contains the text "received". I have very little to no macro experience. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically enter today's date as a static entry in Excel | Excel Discussion (Misc queries) | |||
how do I put today's date and other dates in macro condition? | Excel Programming | |||
Automatically enter today's date as a static entry | Links and Linking in Excel | |||
Automatically enter today's date as a static entry | Excel Programming | |||
Automatically enter today's date as a static entry | Excel Worksheet Functions |