Memory Leak in Visio Data Refresh

P

Paul

Hi There, I am using the built-in data refresh in Visio 2007. I am automatically refresh every 3 minutes. What I have found is that the MemUsage incrementally increases after each data refresh until I get an error message of not having enough virtual memory. Is there a work around besides closing Visio down and restarting again after some hours? This also happens using a macro that microsoft suggested:
intCount = ThisDocument.DataRecordsets.Coun
Set vsoDataRecordset = ThisDocument.DataRecordsets(intCount
vsoDataRecordset.Refresh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top