View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PC[_4_] PC[_4_] is offline
external usenet poster
 
Posts: 6
Default Help With Missing References

I developed an applicaiton in VBA on my computer. However when I test it on
some machines it works and others it doesn't. The problem is a missing
reference to the "Microsoft Forms 2.0 Object Library."

Some background,

My computer is running Office 2000 Win 98 (works fine)
The wife's computer is running Office 2003 & Win XP Pro (Works fine)

Tried it at work (Office 2000 Win 98) and it didnt' work.
Sent to a few friends, not sure of their systems (though I'm guessing a
later version of Office and Windows than I have and it didnt' work.

Is there any way to correct this.

Possibly that would be:
Somehow sending the library with the workbook
Changing the reference on my computer.
Or some other alternative.

Thanks in advance.

PC