Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a number of DDE links from which I produce a graph, the links update at source every second and I use the sheet calculate to update the spreadsheet, however I find that the sheet updates more than every second. How can I force the spreadsheet to update the links every second, is there a time function I can use to do this. Thanks in Advance Alec |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm thinking you could set the workbook's .Calculate option to manual and use
the .OnTimer feature to calculate the sheet (approximately) once per second. Do a web search for 'Excel OnTime' and you'll get help on setting it up. These three links should give you a good start: http://msdn.microsoft.com/en-us/libr...ffice.11).aspx http://www.cpearson.com/excel/OnTime.aspx http://www.ozgrid.com/Excel/run-macro-on-time.htm "Alectrical" wrote: Hi I have a number of DDE links from which I produce a graph, the links update at source every second and I use the sheet calculate to update the spreadsheet, however I find that the sheet updates more than every second. How can I force the spreadsheet to update the links every second, is there a time function I can use to do this. Thanks in Advance Alec |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for your reply, a shall give it a try.
Is it possibe to update the links when one cell value changes, instead of using the calculate method. I think this would be a simpler way of solving my problem. Thanks Alec "JLatham" wrote: I'm thinking you could set the workbook's .Calculate option to manual and use the .OnTimer feature to calculate the sheet (approximately) once per second. Do a web search for 'Excel OnTime' and you'll get help on setting it up. These three links should give you a good start: http://msdn.microsoft.com/en-us/libr...ffice.11).aspx http://www.cpearson.com/excel/OnTime.aspx http://www.ozgrid.com/Excel/run-macro-on-time.htm "Alectrical" wrote: Hi I have a number of DDE links from which I produce a graph, the links update at source every second and I use the sheet calculate to update the spreadsheet, however I find that the sheet updates more than every second. How can I force the spreadsheet to update the links every second, is there a time function I can use to do this. Thanks in Advance Alec |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Slow opening links between workbooks with links created in 2003 | Excel Discussion (Misc queries) | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
Edit Links: Changing links on a protected worksheet | Excel Discussion (Misc queries) | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions | |||
can't update links...can't find links | Excel Discussion (Misc queries) |