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.
 
Back
Top