Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Disabling Close, minimize, and restore

Is there a way to disable close, minimize and restore in an exce
workbook by using VBA

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 214
Default Disabling Close, minimize, and restore

Hi kristing,

Private Sub Workbook_Open()
Application.ThisWorkbook.Protect Windows:=True
End Sub

Regards,
MP

"kristing " a écrit dans le
message de ...
Is there a way to disable close, minimize and restore in an excel
workbook by using VBA?


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
no minimize or close button rowland Excel Discussion (Misc queries) 1 April 22nd 09 04:07 PM
Buttons for Minimize, Restore and Close missing from Workbook CharlieD Excel Discussion (Misc queries) 1 January 30th 08 06:06 PM
Why doesn't my resized worksheet have a minimize or close box in . Wade www Excel Worksheet Functions 3 November 3rd 05 07:21 PM
Maximize minimize and restore button No Name Excel Programming 1 October 27th 03 03:14 PM
Disabling Minimise/Restore Down buttons Scampa7[_2_] Excel Programming 1 October 25th 03 07:05 PM


All times are GMT +1. The time now is 02:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"