View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Setting a reference to an object library - do our customers have to do it too ?

1. Workbook
2. You set it once for the workbook. It stays with the workbook. Just make
sure the referenced library has been installed on the target machine.
3. Yes, check my web site for an example: "Add Reference"

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Charles Jordan" wrote in message
om...
If we set a reference to say an Office 10 object library and then
distribute the application,

(1) is the reference a property of our machine or our workbook ?,
(2) Do our customers have to set the same reference for our Excel app
to work ?
(3) is there any way of setting the reference programmatically ?

TIA Charles