Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to have the value in cell A1 copied to cell C1 at 700am each day. Can
Excel automate this process? Would the "ontime method" be the correct approach for this problem? Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes. Application.OnTime would do this for you provided the file is open...
Sub Runmeat7() Application.OnTime timevalue("07:00:00"), "MyMacro" End Sub Sub MyMacro() me.range("C1").value = Me.Range.("a1").value End Sub Hth, Oli -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your input Oliver.
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find %ontime & SUMIF ontime ie: find matching sets within Range... | Excel Worksheet Functions | |||
Please post this thread a complete correct method, method about te | New Users to Excel | |||
ontime Method | Excel Programming | |||
Help me with OnTime Method | Excel Programming | |||
OnTime method only runs 1 time | Excel Programming |