Change registry value in code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone give me the code to turn the toolbar off by editing its value
using VBA coding (initiating this from Access).
Thank you.
 
In your VBA code, what about using...
DoCmd.ShowToolbar "toolbarname", acToolbarNo
This will turn on or off any Access toolbar.
-LW
 
Sorry, guess I was not explicit enough. If I am in the application and the
Office Assistant comes up, so does the Windows Taskbar. This is the taskbar I
want to turn off in the VBA code.

Thanks again.
 

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

Back
Top