disable the Tool menu in toolbar
Yes!
Application.CommandBars.Item("File").Controls.Item ("Save &AS...").Enabled =
False ' Disable option
Application.CommandBars.Item("File").Controls.Item ("Save &AS...").Visible =
False ' Hide option
!Type "Save &AS..." as shown!
"L Scholes" wrote:
Is there a way to do this with File "Save", but leave "Save As"
|