Re: List Box



On Tue, 12 Jul 2005 14:01:04 -0700, LOP
<LOP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>Here's the code from the OnClick event of the View button:

Don't see anything blatantly obvious. Try opening the code in the VBA
editor; put a breakpoint on an executable (i.e. not a Dim) line by
clicking the mouse in the grey bar to the left of the code window.

Run the code, and step through it line by line using F8.

Note where in the code the error occurs, and use the Immediate window
to investigate the values of the variables; or hover the mouse over
variables to see their value. You should be able to identify the one
that's generating the error.

John W. Vinson[MVP]

.