Question : Word doesn't open file that's setup with VB- error: could not load some objects because they are not available on this machine

The file works fine on a computer with Windows 7 Pro and Word 2007 Pro Plus, but the program won't run on the Windows 7 Pro computer with Word 2010.  When the file is opened it generates the error twice, could not load some objects because they are not available on this machine.  Then a VB error opens: Compile error:  Can't find project or library.  

I didn't create the file, just have people in my organizations use the file and it works for some but not everyone.  

Answer : Word doesn't open file that's setup with VB- error: could not load some objects because they are not available on this machine

Open the VBA editor with Alt + F11.

Select the project for your document in the left hand pane.

From the VBA menu, choose, Tools > References...

Look in the list to see which of the references are flagged as 'MISSING'.

You can then uncheck the item, but the macro code is unlikely to work unless you can import the relevant file.
Random Solutions  
 
programming4us programming4us