Please, How change a class name in VBA Excel 2003

help me


Answer this question

Please, How change a class name in VBA Excel 2003

  • Orcabelle

    Is this what you mean

    Select the class module in the project explorer pane of theVB editor, and in the properties pane (press F4 if it's not visible), select and edit the Name property.

    Keep in mind that now you have to change every reference to this class in your code.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______



  • Please, How change a class name in VBA Excel 2003