Bill Benson (vbacreations)
vbacreations at gmail.com
Sun May 23 17:54:50 CDT 2010
During the resize event I turn off the echo with application.echo false. I know it is (or should be) off because when I decided to test why it is not working, I put this just about before ever single line in the code of that event. However, while I am changing the position and width of controls on my form, it is still showing this on the UI. None of these apply: The Echo method doesn't suppress the display of modal dialog boxes, such as error messages, or pop-up forms, such as property sheets. Have others found this to be unreliable?