Paul:

Thanks for the input. That's a great idea. I was stuck thinking about it from the perspective of the file already being closed and attaching it to an email.

I've adapted the concept to report on all conditional compilation flags I typically use and rolled into my primary development template.

It would be nice if there was a way to iterate the collection of conditional compilation settings with a For/Each loop for example though so I could have a standard code snippet to create a message box reporting the status of each one. In one project I might have A,B, & C, and in another I might use B, C, & D for example.

Shred