View Single Post
 
Old 07-16-2014, 11:47 AM
WeDonNeedNoSteenkgRibbons's Avatar
WeDonNeedNoSteenkgRibbons WeDonNeedNoSteenkgRibbons is offline Windows XP Office 2003
Novice
 
Join Date: Jul 2014
Posts: 23
WeDonNeedNoSteenkgRibbons is on a distinguished road
Default

Okay, good stuff.

My goal is to interrupt quitting when there are messages open, to display a concatenated list of them in a msgbox, and abort quitting if chosen; maybe throwing them in a combobox so I could click into one. So I think the first thing I want is a collection of open messages that I can For Each or something if you or someone knows the object.

I know I could explode the taskbar icon and see them that way, but I might neglect to do that. This, on the Quit event, would always stick the prompt in my face.

Thanks.
Reply With Quote