|
-
Jul 13th, 2009, 07:13 AM
#1
Thread Starter
Frenzied Member
[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:
- Delete a whole line (and a keyboard shortcut)
- Duplicate a whole line to the line below (and a keyboard shortcut)
- Refactoring
- 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++?
Last edited by agmorgan; Jul 31st, 2009 at 04:33 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|