I have a VBA application that seems to work fine under vista but once I start working with it in Windows 7 I notice sometimes one of my userforms do not go away when asked to hide. The code is like follows:

**
Application.ScreenUpdating=true
Waitingform.Hide
***

The form sticks around onscreen. I just could not figure out what goes wrong