+ Reply to Thread
Results 1 to 10 of 10

Microsoft ActiveX Data Objects 2.9 Library

Hybrid View

  1. #1
    Registered User
    Join Date
    09-29-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    35

    Microsoft ActiveX Data Objects 2.9 Library

    Where can I download this from??? I have been searching for the past couple of hours and all I can find is 2.8.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644
    Is there a reason you need that specific version of the library?
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    09-29-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Microsoft ActiveX Data Objects 2.9 Library

    I was told the following macro requires it:

    http://goo.gl/F29hxR

    Original Thread:

    http://www.excelforum.com/excel-prog...rworkbook.html

  4. #4
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Microsoft ActiveX Data Objects 2.9 Library

    I have never heard of 2.9 version. I think change was from 2.8 to 6.0 with Windows Vista.
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

  5. #5
    Registered User
    Join Date
    09-29-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Microsoft ActiveX Data Objects 2.9 Library

    Quote Originally Posted by Izandol View Post
    I have never heard of 2.9 version. I think change was from 2.8 to 6.0 with Windows Vista.
    So if I am stuck on XP SP3 with Office 2010... How can I get the following: http://goo.gl/F29hxR

    to stop throwing this error:

    Noname.jpg

  6. #6
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Microsoft ActiveX Data Objects 2.9 Library

    Do you have Sheet1 in your workbook?

  7. #7
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Microsoft ActiveX Data Objects 2.9 Library

    That error doesn't look as if it would be caused by not having the correct version of a library.

    Why not use late-binding anyway?

  8. #8
    Registered User
    Join Date
    09-29-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Microsoft ActiveX Data Objects 2.9 Library

    Quote Originally Posted by Izandol View Post
    Do you have Sheet1 in your workbook?
    Quote Originally Posted by Norie View Post
    That error doesn't look as if it would be caused by not having the correct version of a library.

    Why not use late-binding anyway?

    I fixed it by changing

    SQL = "SELECT * FROM [YIELD_FORMATTED$C1:BC100000

    to
    SQL = "SELECT * FROM [YIELD_FORMATTED$C1:BC10000

    But I really want to copy from B1-IV80. Any tips?

  9. #9
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Microsoft ActiveX Data Objects 2.9 Library

    You could return all the data from the worksheet then delete the columns/rows you don't want.

  10. #10
    Registered User
    Join Date
    09-29-2012
    Location
    Dallas, Texas
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Microsoft ActiveX Data Objects 2.9 Library

    Quote Originally Posted by Norie View Post
    You could return all the data from the worksheet then delete the columns/rows you don't want.
    Well the point is to copy and paste the columns from my 300+ workbooks into one workbook (each new paste will be done sequentially)....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Microsoft HTML Object Library
    By akotronis in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2013, 01:07 AM
  2. Can I protect activex-objects?
    By Crüe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2011, 01:09 AM
  3. reference to MS ActiveX Data Objects 2.8 Lib
    By MCCCLXXXV in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-19-2009, 02:18 PM
  4. Microsoft CDO 1.21 library
    By Steve in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-11-2005, 03:05 PM
  5. [SOLVED] Worksheet ActiveX Objects
    By Nigel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-01-2005, 01:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1