LockWindowUpdateAPI

  • Thread starter Thread starter Jeff Melkonian
  • Start date Start date
J

Jeff Melkonian

Hi,
I would like to try to use the LockWindowUpdate API to
prevent chart flickering that occurs when I run a VB
procedure in Excel. (The procedure updates a chart
periodically with new data.) I'm not sure how to implement
the API in this vb procedure that creates the chart and
updates it. Any help would be greatly appreciated.

Thanks,

Jeff Melkonian
 
Best asked on a VB newsgroup, the short answer is that
you need to translate the API into VB syntax, if you're
not already calling native Windows APIs in your VB
procedure, it can be a bit tricky to implement.
 
Back
Top