Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I make a cell "date sensitive" to execute a formula or input a value
into a cell on a specific date? Excel 2000 is the version I'm using if that makes any difference. |
#2
![]() |
|||
|
|||
![]()
One way would be to use the Workbook_Open event macro. This macro fires
upon opening of the file. You can add code to that macro to take whatever action(s) you want if today's date matches the date in some cell. Post back with more details of what you want to happen, if this is what you want. HTH Otto "ebuzz13" wrote in message ... How do I make a cell "date sensitive" to execute a formula or input a value into a cell on a specific date? Excel 2000 is the version I'm using if that makes any difference. |
#3
![]() |
|||
|
|||
![]()
Thanks for replying. What I'm trying to do is on a spreadsheet of rents and
loan payments due, on the first of the month I want "past due" total from the previous month to appear show in a cell for the next month and for the current month rent or payment due to appear in another cell. That way my running totals for the year don't add figures that aren't actually due yet. I hope this is clear enough. This is my first attempt at an Excel project, so I'm fumbling my way through it. Thanks for your help! "Otto Moehrbach" wrote: One way would be to use the Workbook_Open event macro. This macro fires upon opening of the file. You can add code to that macro to take whatever action(s) you want if today's date matches the date in some cell. Post back with more details of what you want to happen, if this is what you want. HTH Otto "ebuzz13" wrote in message ... How do I make a cell "date sensitive" to execute a formula or input a value into a cell on a specific date? Excel 2000 is the version I'm using if that makes any difference. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I make a cell date specific to input a value on a specific. | Excel Discussion (Misc queries) | |||
Formula with text and reference to a date cell | Excel Discussion (Misc queries) | |||
how do I make a formula NOT change when the data range is moved? | Excel Discussion (Misc queries) | |||
Date formula | Excel Discussion (Misc queries) | |||
How do I add a date formula to a cell but hide the contents with . | Excel Discussion (Misc queries) |