Thread: drop down list
View Single Post
  #10   Report Post  
c
 
Posts: n/a
Default

Hello again,
R30 contains a reference to the name of the second list. I think I have
solved the problem for now by just inserting an:

on Error goto errhandler
errhandler:
if err.number = 13 then
<Code
Exit Sub

So far it has solved the problem, it isn't pretty but it is giving the
results I want.

Thanks again for your time and knowledge. I truly appreciate your help.

Sincerely,
c

"Debra Dalgleish" wrote:

What's in cell R30?