Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you please help me to make a function in Excel to copy a specific group
of cells (updated by DDE) and paste them every 15 minutes in a new line |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look at Application.OnTtime function
Application.OnTime Now + TimeValue("00:15:00"), "CopyLine" Procedure CopyLine would be executed in 15 minutes time, put above in a controlled loop to repeat. -- Regards, Nigel "Vico" wrote in message ... Can you please help me to make a function in Excel to copy a specific group of cells (updated by DDE) and paste them every 15 minutes in a new line |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy / paste only specific rows | Excel Discussion (Misc queries) | |||
Copy, Paste in a specific format | Excel Discussion (Misc queries) | |||
COPY AND PASTE SPECIFIC ROWS | Excel Discussion (Misc queries) | |||
Copy and Paste specific data | Excel Programming | |||
in excel paste images to specific cells that can be sorted | Excel Discussion (Misc queries) |