View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default SAVE AS menu option

see response to other post. But KeepItCool's warning is a good one, you
should take note.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mircea Pleteriu" wrote in message
...
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