
Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
I think what he's getting at is that he wants to activate the references
based on whatever the current version of Office is, which as far as I know,
you can't do.
The only solution in this case would be to use late binding. (i.e., Dim
myVar as Object)
Rob
> You'd be better off asking in a newsgroup related to VB than one related
> to
[quoted text clipped - 16 lines]
>> Cheers,
>> Steve.
Douglas J Steele - 04 Apr 2006 17:02 GMT
On rereading the post, you're probably correct about the question. If so,
you're definitely right that late binding would be the only solution.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I think what he's getting at is that he wants to activate the references
> based on whatever the current version of Office is, which as far as I know,
[quoted text clipped - 25 lines]
> >> Cheers,
> >> Steve.