View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron Dahl[_2_] Ron Dahl[_2_] is offline
external usenet poster
 
Posts: 18
Default dragging userform

When I drag my userform at runtime, an outline of the userform in its old
location is left on the screen. If I dragged it across the entire screen,
nothing behind any of the userform locations that I have dragged over would
be visible.

How can I cleanly drag the userform so that it cleanly appears in only its
final location?

Thanks in advance for any help.
Ron