[AccessD] Dealing with References across versions

Bobby Heid bheid at appdevgrp.com
Thu Dec 30 10:01:37 CST 2004


Arthur,

Look up GetObject to find out information on late binding.

To open a particular Excel spreadsheet instance, I am using this:

dim xlApp as object

Set xlApp = GetObject(strPath & "somefile.xls")

Bobby



-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Arthur Fuller
Sent: Thursday, December 30, 2004 10:52 AM
To: Access Developers discussion and problem solving
Subject: [AccessD] Dealing with References across versions


I wasn't sure how else to title this. I know that it's been dealt with 
in the past, but I can't remember under which topic.

Here's the issue. I develop the app under Office 2002. Some users run 
Office 2000, some 2002 and one 2003. I make use of both Outlook and Word 
in various parts of the app. Then on various machines I get busted 
because the reference is to Outlook 10 and they're running 9, etc.

I seem to recall that there is a "late binding" solution to this, but 
that's all I remember.

TIA,
Arthur




More information about the AccessD mailing list