hello all of you experienced users of excel 07 and vba coding
im from mexico. i apologize in advance for my poor english translation
i was wondering if anyone of you could help me in providing vba coding to automatically track elapsed time. coding should be able to allow excel to display visual cues when a certain minute threshold is met.
here is what i need
in one sheet under column D i would type in the time (00:00:00 24hr format)
under column E i would type the amount of time targeted to complete a task (say either 30 mins or 60 mins using 00:00:00 24hr format)
on subsequent column F, G and H i would need that without any user intervention a vba code dynamically tracks the time elapsed between:
the sum of (the time input in column D plus the mins target typed in column E) and the current time internally being tracked by the code
so that in column F the vba code displays a visual cue such as a yellow colored background cell via cond formatting when the current time is 5 minutes before the previously referred SUM.
in column G a red colored background appears when the current time is equal to the aforementioned SUM
and finally in column H a green colored background cell appears when the current time is equal to the SUM plus an additional 5 minutes
my deepest gratitude to anyone of you who are willing to lend a hand
saludos
im from mexico. i apologize in advance for my poor english translation
i was wondering if anyone of you could help me in providing vba coding to automatically track elapsed time. coding should be able to allow excel to display visual cues when a certain minute threshold is met.
here is what i need
in one sheet under column D i would type in the time (00:00:00 24hr format)
under column E i would type the amount of time targeted to complete a task (say either 30 mins or 60 mins using 00:00:00 24hr format)
on subsequent column F, G and H i would need that without any user intervention a vba code dynamically tracks the time elapsed between:
the sum of (the time input in column D plus the mins target typed in column E) and the current time internally being tracked by the code
so that in column F the vba code displays a visual cue such as a yellow colored background cell via cond formatting when the current time is 5 minutes before the previously referred SUM.
in column G a red colored background appears when the current time is equal to the aforementioned SUM
and finally in column H a green colored background cell appears when the current time is equal to the SUM plus an additional 5 minutes
my deepest gratitude to anyone of you who are willing to lend a hand
saludos