+ Reply to Thread
Results 1 to 2 of 2

Using references(libraries) in VBA

  1. #1
    Registered User
    Join Date
    10-02-2008
    Location
    Michigan
    Posts
    68

    Using references(libraries) in VBA

    I have a Reference that I load into VB6 and it adds an event in the Visuals Basic code. The sub is executed automaically when a USB device receives data.


    Sub RecvAction(ByVal Action1 As Variant, ByVal Action2 As Variant)

    end sub

    When I load the same Reference in VBA, it does not show up in code but looks like the in Object Browser


    Event RecvAction(Action1, Action2)

    How do I access this in VBA?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using references(libraries) in VBA

    @excelbobab,

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code (even one liners / pseudo-code).
    Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window.
    For more information about these and other tags, found here

+ 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