View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Jamesson Mike Jamesson is offline
external usenet poster
 
Posts: 11
Default Tools...References shows "MISSING:" in front of 2 references

I have a workbook (wkbk1) that references an xla (wkbk2.xla), both in the
same folder. On my machine it works find, when I upload it to my boss's
machine, the code breaks with "unidentified something or other" referring to
a variable in wkbk2.xla. I then check the references, and wkbk2.xla is
listed, and checked, but the word "MISSING:" is in front of it. I tried
unchecking it and hitting OK, and that removed the reference. But now, if I
go back into "Tools...References..." it won't let me add wkbk2.xla, gives me
the message "Can't add a reference to the specified file". Please help!

Thanks in advance

Mike J