Skip to main content

Search

Search

Automation Error 440

Comments

4 comments

  • Avatar
    Ian Cummings
    Moderator
    What edition is the BarTender installed? If it's Basic or Professional it will not work as the Automation edition or above is needed to programmatically control BarTender.

    If the edition is sufficient you could try re-registering the BarTender class on the system. Do this by opening a command prompt (DOS) windows, change directory to where BarTender is installed and run the following command line: bartend.exe /register

    This should then make the BarTender class reference appear, so that it may be selected for your application.

    The below white paper should also be helpful to you:

    http://www.bartenderbarcodesoftware.com/label-software/whitepapers/Controlling-Barcode-Label-Software-using-ActiveX-Automation.pdf
    0
  • Avatar
    Legacy Poster
    The edition is 7.10 and I have it installed on both computers and it works fine on one of them. Ill try that on the other one!
    0
  • Avatar
    Ian Cummings
    Moderator
    Note that v7.10 represents the version. The edition will be either Basic, Standard, Professional or Enterprise. Only the Enterprise edition supports the feature you are using.
    0
  • Avatar
    Legacy Poster
    It works! the vba code can now create bartender objects and print formats. Thanks!
    Its strange that just the enterprise edition can work with vba, this macro I wrote seems pretty standard stuff...
    0

Please sign in to leave a comment.