View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mircea Pleteriu Mircea Pleteriu is offline
external usenet poster
 
Posts: 28
Default SAVE AS menu option

his.excelApp.CommandBars["File"].Controls[<NUMBER].Enabled = false;

I know that each control (menu option) has a number assign to it.
Where from can I get this map?

"Mircea Pleteriu" wrote in message
...
Hi,

How to disable the File's Save As menu option?

Thanks,
Mircea