I could sure use some help from some of the Tek-Tips pros!!
I'm STUCK!!
I've got an EXCEL VBA app (running in both 2K & XP) that updates the image (bitmap) of an Image control for publishing purposes.
I've got a DoEvents AND a 1 millisecond Sleep after the .loadpicture method because I've had problems keeping the bitmap synchronized with the rest of the spreadsheet changes while publishing (hardcopy, PDF's, .csv, ...)
I have a customer who apparently has a slow server from time-to-time because sporadically (not always)the bitmaps get out of synch.
How can I ensure that the bitmap update has completed before continuing in the macro WITHOUT an arbitrary wait / sleep time that will slow down the macro? (it has the potential for numerous iterations)
(Rob Brokeous, are you still peeking in from time to time????)
Thanks in advance for yoour help!
TMKTECH
I'm STUCK!!
I've got an EXCEL VBA app (running in both 2K & XP) that updates the image (bitmap) of an Image control for publishing purposes.
I've got a DoEvents AND a 1 millisecond Sleep after the .loadpicture method because I've had problems keeping the bitmap synchronized with the rest of the spreadsheet changes while publishing (hardcopy, PDF's, .csv, ...)
I have a customer who apparently has a slow server from time-to-time because sporadically (not always)the bitmaps get out of synch.
How can I ensure that the bitmap update has completed before continuing in the macro WITHOUT an arbitrary wait / sleep time that will slow down the macro? (it has the potential for numerous iterations)
(Rob Brokeous, are you still peeking in from time to time????)
Thanks in advance for yoour help!
TMKTECH