To hide the ribbon in a particular workbook, i put the following statement into the workbook open event
Application.Sendkeys "^{F1}"
The ribbon was indeed gone. But, if I opened the workbook a subsequent time, the ribbon re-appeared.
The above instruction does act as a toggle switch.
Hence the question: can I check for the presence of the ribbon, before issuing the instruction?