I want to disable "Save" and "SaveAs" in Excel, via my VB app.
Is this easy enough ?
Tried searching the forums but found nothing specific ... which worries me a bit !
Printable View
I want to disable "Save" and "SaveAs" in Excel, via my VB app.
Is this easy enough ?
Tried searching the forums but found nothing specific ... which worries me a bit !
TheBionicOrange, I wrote an example for a member a while
ago where I created a new menu for a specific workbook. When
the workbook changes to adifferent one I would hide my new
menu. Maybe You could use this technique to apply to the Save
and Save As menu and toolbar items.
MyEvents
HTH