ajetrumpet
Banned for being rude
- Joined
- Apr 12, 2008
- Messages
- 569
- Office Version
- 365
- 2016
- 2007
- Platform
- Windows
ALL,
I'm working on a VB6 project right now that has about 400K lines of code in it, so I'm trying to see if there's a way I can manipulate the IDE. e.g. - be able to write a small sub that runs through each module in the project and read the lines for CALL statements.
I already have something similar written in vba with excel, but obviously this project is NOT in vba. is there something similar to the extensiion library for vba, in vb6 or vb2010?? I have already found a package that does it in vb6 here: http://www.vbforums.com/showthread.php?t=448824
However, I'd like to download an OLB or DLL for vb6 if there is one. All I want is access to the extensibility object structure for this VB6 project like what VBA does. all vba requires is a reference to the ext. DLL.
is it that simple in vb projects too??
thanks for any help guys!
I'm working on a VB6 project right now that has about 400K lines of code in it, so I'm trying to see if there's a way I can manipulate the IDE. e.g. - be able to write a small sub that runs through each module in the project and read the lines for CALL statements.
I already have something similar written in vba with excel, but obviously this project is NOT in vba. is there something similar to the extensiion library for vba, in vb6 or vb2010?? I have already found a package that does it in vb6 here: http://www.vbforums.com/showthread.php?t=448824
However, I'd like to download an OLB or DLL for vb6 if there is one. All I want is access to the extensibility object structure for this VB6 project like what VBA does. all vba requires is a reference to the ext. DLL.
is it that simple in vb projects too??
thanks for any help guys!