Which Reference Library to be added

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akashazad
    New Member
    • Sep 2007
    • 38

    Which Reference Library to be added

    Hi Guys
    I am trying to run my project but during compiling it gives the error as "Can't find Project and Library." and highlight the function "LEFT",so can some body please tell me which Reff library should i add in my project
    Thanx in Advance
  • prakashsakthivel
    New Member
    • Oct 2007
    • 57

    #2
    Hi,

    Please let me know whether app is running VB or VBA.

    Regards
    musai.

    Comment

    • akashazad
      New Member
      • Sep 2007
      • 38

      #3
      Originally posted by prakashsakthive l
      Hi,

      Please let me know whether app is running VB or VBA.

      Regards
      musai.

      I am using VB6.0 to run the application

      Comment

      • jeffstl
        Recognized Expert Contributor
        • Feb 2008
        • 432

        #4
        Originally posted by akashazad
        I am using VB6.0 to run the application
        This doesn't seem right. All the problems I have ever heard of this library not being found for LEFT or STR functions have been in Access or Excel.

        VB6.0 development environment itself should have those librarys as default. You shouldn't have to add them.

        Unless you inadvertantly unchecked default libraries at some point they should be there. Just make sure the below references are checked.

        Visual Basic for Applications
        Visual Basic runtime objects and procedures
        Visual basic objects and procedures
        OLE Automation (a default on my system)

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          LEFT is part of default VBA library.

          Ensure that the reference to that library is not removed by accident.

          Comment

          Working...