This is mainly for Martin Liss but other experts might be able to answer it.
Martin's AnnotateVBA is really cool.
I like its ability to easily zap the vba code and I want something similar for a tool I have created.
Can anyone point me to documentation that allows me to make a similar DLL tool?
In particular, I created a "Paste Special Code" (Psc) tool has a PscAddLines function.
Currently I cut a portion of a VBA module to the clipboard then call "PscAddLines", and the clipboard gets modified to add line numbers.
I then paste it back into the module.
Using a tool like your Annotator would be a cleaner approach. I would just select the code I want to change, then run PscAddLines and the code would change.
rberke@berkeleyai.com
Martin. I do not have vb6 and would prefer converting it to vba.I just learned that you can't use VBA to make DLLs but you can use C++ or VB.Net to do it in Visual Studio.
I just learned that you can't use VBA to make DLLs but you can use C++ or VB.Net to do it in Visual Studio.Ehence why I suggest to contact Rubberduck developper, since his add-in (in fact, a COM component) is made with .Net technology, he might be able to point you to the right direction.