View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guido van Gemerden Guido van Gemerden is offline
external usenet poster
 
Posts: 1
Default adding reference to the Word-Library

Hi,

For an application i'm wirting in Excel (VBA) I will open a template in Word and add information to that template from within my Excel-sheet.

I've discovered that I need a reference for that to the Word-Library. (Tools - References - etc...)

The problem is that when someone tries to run the application on a computer that doesn't have that reference enabled, the code doesn't work...

Does anyone know how to check whetter the reference is made or not and, -if not- how to enable it?

Greets

Guido van Gemerden