Missing library

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

Hi
I need assistance with a problem.
I created an application for a friend using 97 with a macro to do the month
end printing.
I copied it to her PC and it worked fine. Now it gives an error saying that
a library file not found. The reference shows that an ADO conversion lib is
missing. Where should I start looking for the problem as nothing was
deleted.
Thanks
Charles
 
Open the file and, within the visual basic editer on her computer, go
to tools | references, and within the pop-up box search for the missing
'library'. Check it and press ok to continue
From what I understand this is a common bug when macros are transferred
to other computers - I had this problem a lot when one of my
spreadsheets was sent out to a few hundred folk, most of the problems
were related to this.
 
Back
Top