VBA Errors

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

Guest

The following statements work fine in Access 2000 to 2003, but not in 2007.
Why ?

DoCmd.ShowToolbar "Page View", acToolbarNo
Application.CommandBars("File").Controls("Exit").Enabled = False

BrerGoose
 
On Sun, 16 Sep 2007 13:34:02 -0700, BrerGoose

Because toolbars have been replaced by ribbons. Enbrace the change.
-Tom.
 
So any apps which make reference to toolbars are going to fail for those who
upgrade to 2007 ? No backwards compatibility for the toolbar objects ?

BrerGoose
 

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

Toolbar Errors 2
Access 2007 toolbars 1
ShowToolbar method not working? 3
Run-time error 3
Hide menus is global? - repost 1
App Fails On 2007 3
Problem hiding the access menu bar 2
Hide ribbon event not working 14

Back
Top