worldcup2010
New Member
- Joined
- Sep 25, 2009
- Messages
- 2
Hi,
I have a word document with an excel graph link. When I ask to refresh the data in word the excel data doesn't refresh properly. I think this must be because excel graph doesn't have time to refresh.
When I open the excel file separately it take a couple seconds for the graph to update. The data it is linked to is in the same file and consists of a few bloomberg cell equations that take a little time to update.
I've been trying various combinations of Application.Wait and Application.Ontime at different stages (eg at Workbook_SheetCalculate, beforeclose,...) without success
Any suggestions/solutions?
Thanks,
Pat
I have a word document with an excel graph link. When I ask to refresh the data in word the excel data doesn't refresh properly. I think this must be because excel graph doesn't have time to refresh.
When I open the excel file separately it take a couple seconds for the graph to update. The data it is linked to is in the same file and consists of a few bloomberg cell equations that take a little time to update.
I've been trying various combinations of Application.Wait and Application.Ontime at different stages (eg at Workbook_SheetCalculate, beforeclose,...) without success
Any suggestions/solutions?
Thanks,
Pat