View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default Allow spreadsheet scrolling behind userform

Frank,
Use vbModeless as the argument to Userform.Show
- XL2000 (or 97?) and higher.

NickHK

"Frank Marousek" .gbl...
After I display a userform, is it possible to allow the user to scroll the
spreadsheet (behind the form) while keeping the form displayed on top?