View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default commands have been grayed out

Hi
Try
Application.CommandBars("Worksheet Menu Bar").Reset

this should set the main menu bar to its original state.
--
JB


"Greg Z" wrote:

Opened excel files and certain commands are grayed out...i.e. cut,copy,
paste, delete. thought permissions had been turned on but still reads
unrestricted. Any ideas?