ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How can I make Excel copy and paste specific cells every 15minuts (https://www.excelbanter.com/excel-programming/414239-how-can-i-make-excel-copy-paste-specific-cells-every-15minuts.html)

Vico

How can I make Excel copy and paste specific cells every 15minuts
 
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

Nigel[_2_]

How can I make Excel copy and paste specific cells every 15minuts
 
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




All times are GMT +1. The time now is 04:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com