Results 1 to 7 of 7

Thread: VB Add-in: Insert Procedure Names

Threaded View

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,427

    VB Add-in: Insert Procedure Names

    Title: Insert Procedure Names

    Description: When trying to find the cause of a problem it's often valuable to know what procedures were executed prior to the error. The Call Stack is sometimes helpful in tracing down the problem but it is often inadequate. Adding Debug.Print <procedure name> statements in procedures is often a better way but adding them can be very tedious. This add-in automatically adds MyNameIs <procedure name> statements to every procedure in all selected modules. The "MyNameIs" string can then be easily mass-changed to Debug.Print or anything else you want it to be.

    Feature list: Automatic insertion of procedure names.

    Screen-shots: This shows the icon that is added to the toolbar when the add-in is in use.
    Name:  Toolbar.jpg
Views: 7091
Size:  9.8 KB

    And this shows the screen from which the modules to be modified are selected. In this case all the procedures in modEligibility and frmProgress will have the MyNameIs statements added to every procedure.
    Note: This image is out of date. See post #2.
    Name:  SelectModules.jpg
Views: 6415
Size:  11.2 KB

    Author name: MartinLiss

    System Requirements: Nothing special

    License info: N/A. Use it as you see fit.

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