R
Rhys Davies
Hi - in my application i hide all menu bars for users except for one, the
'file' menu bar, which i enable using the code:
CommandBars("Menu Bar").Controls("File").visible = True
However i only want it to display or enable a couple of the options on the
drop down. I want 'close' and 'print' enabled and i need to disable 'page
setup' , 'print preview' and 'exit'.
Does anyone know how to reference these options?
Thanks,
Rhys.
'file' menu bar, which i enable using the code:
CommandBars("Menu Bar").Controls("File").visible = True
However i only want it to display or enable a couple of the options on the
drop down. I want 'close' and 'print' enabled and i need to disable 'page
setup' , 'print preview' and 'exit'.
Does anyone know how to reference these options?
Thanks,
Rhys.