Results 1 to 3 of 3

Thread: [RESOLVED] VBA class diagrams?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Resolved [RESOLVED] VBA class diagrams?

    Hello there,

    I've finished my stint on an internship program automating the ms access database to generate questionnaires.

    i'm required to present the class diagrams of the project on 'judging day' but i havent been able to find any examples off the Internet to draw up class diagrams for VBA.

    Also, being technically inferior (still), i doubt i have any classes.

    All i have is a couple of 'Forms' & events (e.g list_click, list_dblclick, command_click) and what not.

    The easy way out would be having a software which generates the class diagrams by pasting all the codes. (havent been able to find any of that either?)

    can someone please enlighten me? =)

    Thank You

    Astro

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: VBA class diagrams?

    You may be looking for a type of code analyzer that may have a diagram feature. For the database you can diagram its schema (reverse engineer type of diagram) using Access menu - Tools > Analyze > Doocumentor...
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Re: VBA class diagrams?

    i thought it'd be only nice that i sort this.

    download 'visual uml'

    go to the embedded ide for vba within the ms office tool (ms access)

    export each forms (to .cls)

    open up visual uml (create new model & etc...)

    select visual basic

    proceed to 'reverse engineer' > files

    open up the .cls files that you've exported

    and your model is up!


    Astro

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width