Hide Toolbar with vb

  • Thread starter Thread starter Markus
  • Start date Start date
M

Markus

I'd like to use some code to hide the standard toolbar or
set it so that it is not visible. I'dctually like to do it
with the forms, formating and control toolbox as well.
 
--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Hi Markus,

application.commandbars("Standard").visible = False


I'll leave you to work out the rest.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Thanks for the help.
-----Original Message-----
Hi Markus,

application.commandbars("Standard").visible = False


I'll leave you to work out the rest.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)




.
 
Exactly what I needed to hide the auto External Data toolbar that opened when I emailed a spreadsheet that collected it's data thru data import from one of my Access tables
Thanks so much
~daw
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top