+ Reply to Thread
Results 1 to 3 of 3

HELP with AddrOf function for Drag-n-Drop

  1. #1
    Barmaley
    Guest

    HELP with AddrOf function for Drag-n-Drop

    I was trying to implement drag-n-drop functionality in my database.
    Reading from article http://www.mvps.org/access/api/api0032.htm it
    referenced dependent function found here
    http://www.trigeminal.com/lang/1033/...p?ItemID=19#19
    actual Excel file with sample code here
    http://www.trigeminal.com/code/CallBacks.zip

    When I try to run it I get "File not found VBA322.dll". Upon some research I
    found that it belong to Office 97.
    My system has VBAR322.dll which code doesn't accept.

    If anybody made it work or knows how, please let me know how.


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Running:
    Win 2000 SP4
    Office 2000 SP3
    (if this is not enough, please tell me what I am missing)

    AvP



  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Barmaley,

    In April of 1999 Microsoft included the AddressOf function in Office 2000. Piror to that VBA programmers had to use Ken Getz method, which you obiously have downloaded. To get your code to run, do the following...

    Change the AddrOf("routine name") to AddressOf routine name

    Sincerely,
    Leith Ross
    Last edited by Leith Ross; 05-10-2005 at 09:41 PM.

  3. #3
    Michel Walsh
    Guest

    Re: HELP with AddrOf function for Drag-n-Drop

    Hi,

    AddressOf is part of VBA6. If you have Access 2000, you should have
    AddressOf natively available.


    Hoping it may help,
    Vanderghast, Access MVP


    "Barmaley" <[email protected]> wrote in message
    news:[email protected]...
    >I was trying to implement drag-n-drop functionality in my database.
    > Reading from article http://www.mvps.org/access/api/api0032.htm it
    > referenced dependent function found here
    > http://www.trigeminal.com/lang/1033/...p?ItemID=19#19
    > actual Excel file with sample code here
    > http://www.trigeminal.com/code/CallBacks.zip
    >
    > When I try to run it I get "File not found VBA322.dll". Upon some research
    > I
    > found that it belong to Office 97.
    > My system has VBAR322.dll which code doesn't accept.
    >
    > If anybody made it work or knows how, please let me know how.
    >
    >
    > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    > Running:
    > Win 2000 SP4
    > Office 2000 SP3
    > (if this is not enough, please tell me what I am missing)
    >
    > AvP
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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