FinalPrime
Technical User
This code works
Application.CommandBars("File").Controls("Save As...").Enabled = True
YET
this same code does not work for "Save"
Application.CommandBars("File").Controls("Save").Enabled = True
msgbox Application.CommandBars("File").Controls("Save")
always gives False
msgbox (lets you know didn't work...besides
of course doing File>Save and seeing it is shaded out
(No setting visible = False property involved)
any insights?
thanks
Application.CommandBars("File").Controls("Save As...").Enabled = True
YET
this same code does not work for "Save"
Application.CommandBars("File").Controls("Save").Enabled = True
msgbox Application.CommandBars("File").Controls("Save")
always gives False
msgbox (lets you know didn't work...besides
of course doing File>Save and seeing it is shaded out
(No setting visible = False property involved)
any insights?
thanks