References is greyed out

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

In Visual Basic window under tools - the references selection is greyed out.
How can I enable that? Thanks.
 
I've noticed that on occasion as well.
The first reason it's happened to me is that I'm looking at an MDE, rather
than an MDB. It's inaccessible in MDEs.
Secondly, when it is an MDB, try choosing 'Design Mode' off the 'Run' menu
(also the 1st icon on the Debug toolbar). I'm not really sure what 'Design
Mode' means when you're in the VB window, but it seems to unlock some
things, and has then made the References available when that same problem
has happened to me.
 
Clear the break condition of the code. In other words, go into the code when
it hasn't stopped due to the error.
 
Back
Top