Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I will have a userform open on worksheet MASTER I want to make a routine that every 15 minutes, it will append a new record in a non selected worksheet (Worksheet 15minrecord), then paste some numbers in, and then return to the selected worksheet. How would I do this? What are the chances that it will interfer with what I am doing in MASTER with my userform? Thanks Bruce |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bruce,
You can use the OnTime method to schedule a procedure to execute at a specific time. See www.cpearson.com/excel/ontime.htm for more details. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "BruceJ" wrote in message news:bGzlb.364$e01.541@attbi_s02... I will have a userform open on worksheet MASTER I want to make a routine that every 15 minutes, it will append a new record in a non selected worksheet (Worksheet 15minrecord), then paste some numbers in, and then return to the selected worksheet. How would I do this? What are the chances that it will interfer with what I am doing in MASTER with my userform? Thanks Bruce |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at Chip Pearson's page on the use of Application.Ontime
http://www.cpearson.com/excel/ontime.htm ontime is not preemtive, so it will not fire while your userform is up (modal) or excel is busy. -- Regards, Tom Ogilvy "BruceJ" wrote in message news:bGzlb.364$e01.541@attbi_s02... I will have a userform open on worksheet MASTER I want to make a routine that every 15 minutes, it will append a new record in a non selected worksheet (Worksheet 15minrecord), then paste some numbers in, and then return to the selected worksheet. How would I do this? What are the chances that it will interfer with what I am doing in MASTER with my userform? Thanks Bruce |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you create a running countdown that continually runs? | Excel Discussion (Misc queries) | |||
how can i convert a value quoted in hrs,mins,secs to just mins | Excel Worksheet Functions | |||
Adding minutes showing total in hours/minutes, i.e., 60 mins + 60 mins + 15 mins to total of 2 hours 15 mins? | Excel Discussion (Misc queries) | |||
How to convert numeric value to mins and addimg mins to Hrs. | Excel Worksheet Functions | |||
How to create a routine | Excel Discussion (Misc queries) |