Results 1 to 8 of 8

Thread: [EXCEL] Improve VBA IDE

Threaded View

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    [EXCEL] Improve VBA IDE

    After using some IDEs in other languages for a few years, coming back to do a bit of VBA has left me feeling quite frustrated and unproductive!

    A few things that immediately spring to mind are:
    1. Delete a whole line (and a keyboard shortcut)
    2. Duplicate a whole line to the line below (and a keyboard shortcut)
    3. Refactoring
    4. Highlight other instances of selected word


    How would I go about implementing this myself?
    Refactoring would be a lot harder so lets focus on the first 2 to start with.

    I don't really know how the Add Ins work, can they be created in VB(A) or are they C++?

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