creating a new class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tweety123
    New Member
    • Apr 2007
    • 11

    #1

    creating a new class

    How do we create a class module in VBA.
    Please provide a sample code.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by tweety123
    How do we create a class module in VBA.
    Pull down the Insert menu, and select Class Module.

    Please provide a sample code.
    Code for what?

    Comment

    • tweety123
      New Member
      • Apr 2007
      • 11

      #3
      I am working on a automation testing tool TEST PARTNER which uses VBA. Here there's a module called 'class module' where you can define a class along with its methods and properties. There's no option of Insert.
      Need a sample code to create a new class.

      Comment

      Working...