Hi,
I am trying to hide the "More Buttons" option on the menu bar when I preview an access report from my VB app.
.CommandBars("Print Preview"
.Controls("xxx"
.Visible = False
This line of code works fine for other buttons but I cannot find the name of the "More Buttons" button, so that I can hide it.
Anyone know wher I can get the name or is it not possible to hide it?
Thanks for your help,
Robin
I am trying to hide the "More Buttons" option on the menu bar when I preview an access report from my VB app.
.CommandBars("Print Preview"
This line of code works fine for other buttons but I cannot find the name of the "More Buttons" button, so that I can hide it.
Anyone know wher I can get the name or is it not possible to hide it?
Thanks for your help,
Robin