Hi Folks ...
I have a workbook with a DDE feed that takes 90 seconds to open due to the feed. While this is happening, there is no indication of any activity, so I don't know whether the system is frozen or the feed is just slow today.
I've tried to display a message box between the time the worksheet starts to open and the time the feed starts by making the messagebox the first item in a workbook_open sub.
Didn't work though .... message appeared after the feed was established.
Any ideas about how I can get the message box to appear first up? I can flesh it out with some sort of useful code once I can make that happen.
Regards .... G-fer.
I have a workbook with a DDE feed that takes 90 seconds to open due to the feed. While this is happening, there is no indication of any activity, so I don't know whether the system is frozen or the feed is just slow today.
I've tried to display a message box between the time the worksheet starts to open and the time the feed starts by making the messagebox the first item in a workbook_open sub.
Didn't work though .... message appeared after the feed was established.
Any ideas about how I can get the message box to appear first up? I can flesh it out with some sort of useful code once I can make that happen.
Regards .... G-fer.