Converting Access 2.0 to 7.0 - Error 
Author Message
 Converting Access 2.0 to 7.0 - Error

When I convert a database to 7.0, one of the macros in the database fails.
The action is TransferSpreadsheet, and the error is "Couldn't find object
download$accessrange."

"AccessRange" is a valid range name in the spreadsheet which is set through
VBA procedures in Excel.  "Download" is the valid sheet tab name that holds
the described named range.  The name of the spreadsheet is "klrdump.xls"
and is in the same directory as the database.  

According to the Microsoft Knowledgebase, the problem is because of the
ISAM driver truncating at 64 characters.  Clearly, download!accessrange is
not anywhere near 64 characters.

Since the only thing that has changed is the conversion to version 7, I am
suspicious that my problem lies somewhere in that.

Any help would be very much appreciated.  I am on a deadline to get the
database converted by June 1.  Replies can be sent to


Thank you for your help!



Tue, 07 Nov 2000 03:00:00 GMT  
 Converting Access 2.0 to 7.0 - Error

And what happens when you explicily specify the range instead of using it's
name??

--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------

:When I convert a database to 7.0, one of the macros in the database fails.
:The action is TransferSpreadsheet, and the error is "Couldn't find object
:download$accessrange."
:
:"AccessRange" is a valid range name in the spreadsheet which is set through
:VBA procedures in Excel.  "Download" is the valid sheet tab name that holds
:the described named range.  The name of the spreadsheet is "klrdump.xls"
:and is in the same directory as the database.
:
:According to the Microsoft Knowledgebase, the problem is because of the
:ISAM driver truncating at 64 characters.  Clearly, download!accessrange is
:not anywhere near 64 characters.
:
:Since the only thing that has changed is the conversion to version 7, I am
:suspicious that my problem lies somewhere in that.
:
:Any help would be very much appreciated.  I am on a deadline to get the
:database converted by June 1.  Replies can be sent to
:

:
:
:Thank you for your help!
:
:
:



Tue, 07 Nov 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Convert Access 2.0 to 7.0 through VB4 code.

2. Error 3112 Converting Access 2.0 to 8.0

3. Help: Problem reading Access 2.0 mdb from VB3 under Win95/Access 7.0

4. Converting Access 7.0 to Access 97 Database?

5. Converting Access 2.0 to Access 97/2002

6. Converting Access 2.0 to Access 97

7. Converting Access 2.0 modules to Access 97

8. Convert Access 2.0 Dbf-file to Access 97 Dbf-file

9. Convert access 2.0 to access 2000 database

10. Convert Access 2.0 database into Access 97

11. Converting Access 2.0 DB to Access 1.0 or 1.1

12. Convert Access 2.0 Code to Access 2000

 

 
Powered by phpBB® Forum Software