Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help with the following code. The code as is works great, but I'm
looking for a way to control the TimeValue("00:02:00") based on a value entered in cell B5 in worksheet1. Is this doable? Thanks in advance for the help. Dim dNext As Date Sub StartDoingIt() 'calculate when code should run again dNext = Now + TimeValue("00:02:00") 'set on time event to trigger running Application.OnTime dNext, "StartDoingIt" ' whatever you want to do PasteToArchive End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I convert a value into timevalue on excel? | Excel Worksheet Functions | |||
timevalue function | Excel Worksheet Functions | |||
How do I enter a cell value into the Timevalue() function? | Excel Worksheet Functions | |||
TimeValue formula | Excel Worksheet Functions | |||
Calculation to subtract TimeValue from Now() Value | Excel Worksheet Functions |