View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Yury Lobanov Yury Lobanov is offline
external usenet poster
 
Posts: 8
Default Window's System Menu, can't remove menu

Not to find how to trap window closing i'm trying to disable "X"-button,
and System menu. With API.

API's "RemoveMenu" works with Forms but not with Worksheet Windows!!!
"X"-button can be disabled, but System Menu - can't!!

is it impossible to remove items of System Menu of a Worksheet Window????

Yury